Definition at line 5 of file UIHighlight.cs.
◆ Add()
void UIHighlight.Add |
( |
Component |
target | ) |
|
|
inline |
Definition at line 34 of file UIHighlight.cs.
35 {
37 image.transform.SetParent(target.transform, worldPositionStays: false);
38 list.Add(
new Highlight(image));
39 }
References imageHighlight, and list.
◆ ApplySkin()
void UIHighlight.ApplySkin |
( |
| ) |
|
|
inline |
◆ Awake()
void UIHighlight.Awake |
( |
| ) |
|
|
inlineprivate |
◆ Clear()
void UIHighlight.Clear |
( |
| ) |
|
|
inline |
Definition at line 41 of file UIHighlight.cs.
42 {
43 for (
int num =
list.Count - 1; num >= 0; num--)
44 {
46 }
48 }
References list.
◆ imageHighlight
Image UIHighlight.imageHighlight |
◆ list
The documentation for this class was generated from the following file: