|
Elin Decompiled Documentation EA 23.345.1 Nightly
|
Public Member Functions | |
| void | UpdateValue (float now, float _max) |
| void | UpdateValue (int now, int _max, int recovery=0) |
Public Attributes | |
| UIText | textNow |
| Image | barCircle |
| Image | bgBar |
| RawImage | bar |
| RawImage | barRecover |
| SpriteRenderer | srBar |
| float | duration |
| float | originalWidth |
| Gradient | gradient |
| bool | useRatio |
| bool | setText = true |
| float | value |
| float | lastValue = -1f |
| float | lastRecovery = -1f |
| bool | first = true |
| bool | hideBar |
| Tween | tween |
Properties | |
| int | Num [get, set] |
Private Attributes | |
| int | _num |
| int | _lastNum |
| int | max |
|
inline |
Definition at line 73 of file Gauge.cs.
References UpdateValue().
Referenced by UIAutoTurn._Update(), WidgetHP.Refresh(), and UpdateValue().
|
inline |
Definition at line 78 of file Gauge.cs.
References bar, barRecover, bgBar, duration, first, gradient, hideBar, lastRecovery, lastValue, max, Num, originalWidth, setText, srBar, textNow, tween, and value.
| RawImage Gauge.bar |
Definition at line 14 of file Gauge.cs.
Referenced by UIAutoTurn._Update(), and UpdateValue().
| RawImage Gauge.barRecover |
Definition at line 16 of file Gauge.cs.
Referenced by UpdateValue().
| Image Gauge.bgBar |
Definition at line 12 of file Gauge.cs.
Referenced by UpdateValue().
| float Gauge.duration |
Definition at line 20 of file Gauge.cs.
Referenced by UpdateValue().
| bool Gauge.first = true |
Definition at line 40 of file Gauge.cs.
Referenced by UpdateValue().
| Gradient Gauge.gradient |
Definition at line 24 of file Gauge.cs.
Referenced by UpdateValue().
| bool Gauge.hideBar |
Definition at line 43 of file Gauge.cs.
Referenced by UpdateValue().
| float Gauge.lastRecovery = -1f |
Definition at line 37 of file Gauge.cs.
Referenced by UpdateValue().
| float Gauge.lastValue = -1f |
Definition at line 34 of file Gauge.cs.
Referenced by UpdateValue().
|
private |
Definition at line 51 of file Gauge.cs.
Referenced by UpdateValue().
| float Gauge.originalWidth |
Definition at line 22 of file Gauge.cs.
Referenced by UISong.Update(), and UpdateValue().
| bool Gauge.setText = true |
Definition at line 28 of file Gauge.cs.
Referenced by UpdateValue().
| SpriteRenderer Gauge.srBar |
Definition at line 18 of file Gauge.cs.
Referenced by UpdateValue().
| UIText Gauge.textNow |
Definition at line 8 of file Gauge.cs.
Referenced by UIAutoTurn._Update(), WidgetHP.Refresh(), and UpdateValue().
| Tween Gauge.tween |
Definition at line 45 of file Gauge.cs.
Referenced by UpdateValue().
| float Gauge.value |
Definition at line 31 of file Gauge.cs.
Referenced by UpdateValue().
|
getsetprivate |