|
Elin Decompiled Documentation EA 23.240 Nightly
|
Public Member Functions | |
| void | RefreshPosition () |
| void | SetText (string t="") |
Public Attributes | |
| UIText | text |
| UIText | textCost |
| Image | imageRange |
| string | willShow |
Private Member Functions | |
| void | OnEnable () |
| void | LateUpdate () |
Definition at line 4 of file UIMouseInfo.cs.
|
inlineprivate |
Definition at line 20 of file UIMouseInfo.cs.
References RefreshPosition().
|
inlineprivate |
Definition at line 14 of file UIMouseInfo.cs.
References RefreshPosition(), and textCost.
|
inline |
Definition at line 25 of file UIMouseInfo.cs.
References CursorSystem.ignoreCount, text, and willShow.
Referenced by LateUpdate(), and OnEnable().
|
inline |
Definition at line 42 of file UIMouseInfo.cs.
References CursorSystem.ignoreCount, and willShow.
| Image UIMouseInfo.imageRange |
Definition at line 10 of file UIMouseInfo.cs.
| UIText UIMouseInfo.text |
Definition at line 6 of file UIMouseInfo.cs.
Referenced by RefreshPosition().
| UIText UIMouseInfo.textCost |
Definition at line 8 of file UIMouseInfo.cs.
Referenced by OnEnable().
| string UIMouseInfo.willShow |
Definition at line 12 of file UIMouseInfo.cs.
Referenced by RefreshPosition(), and SetText().