Elin Decompiled Documentation EA 23.197 Nightly Patch 1
Loading...
Searching...
No Matches
UIHighlight.Highlight Class Reference

Public Member Functions

 Highlight (Component compo)
 
void Kill ()
 

Public Attributes

Component compo
 

Detailed Description

Definition at line 7 of file UIHighlight.cs.

Constructor & Destructor Documentation

◆ Highlight()

UIHighlight.Highlight.Highlight ( Component  compo)
inline

Definition at line 11 of file UIHighlight.cs.

12 {
13 this.compo = compo;
14 }

References UIHighlight.Highlight.compo.

Member Function Documentation

◆ Kill()

void UIHighlight.Highlight.Kill ( )
inline

Definition at line 16 of file UIHighlight.cs.

17 {
18 if ((bool)compo && (bool)compo.gameObject)
19 {
20 Object.Destroy(compo.gameObject);
21 }
22 }

References UIHighlight.Highlight.compo.

Member Data Documentation

◆ compo

Component UIHighlight.Highlight.compo

Definition at line 9 of file UIHighlight.cs.

Referenced by UIHighlight.Highlight.Highlight(), and UIHighlight.Highlight.Kill().


The documentation for this class was generated from the following file: