Elin Decompiled Documentation EA 23.102 Nightly
|
Public Member Functions | |
void | UpdateValue (float now, float _max) |
void | UpdateValue (int now, int _max) |
Public Attributes | |
UIText | textNow |
Image | barCircle |
Image | bgBar |
RawImage | bar |
SpriteRenderer | srBar |
float | duration |
float | originalWidth |
Gradient | gradient |
bool | useRatio |
bool | setText = true |
float | value |
float | lastValue = -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 68 of file Gauge.cs.
References UpdateValue().
Referenced by UIAutoTurn._Update(), WidgetHP.Refresh(), and UpdateValue().
|
inline |
Definition at line 73 of file Gauge.cs.
References bar, bgBar, duration, first, gradient, hideBar, 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().
Image Gauge.bgBar |
Definition at line 12 of file Gauge.cs.
Referenced by UpdateValue().
float Gauge.duration |
Definition at line 18 of file Gauge.cs.
Referenced by UpdateValue().
bool Gauge.first = true |
Definition at line 35 of file Gauge.cs.
Referenced by UpdateValue().
Gradient Gauge.gradient |
Definition at line 22 of file Gauge.cs.
Referenced by UpdateValue().
bool Gauge.hideBar |
Definition at line 38 of file Gauge.cs.
Referenced by UpdateValue().
float Gauge.lastValue = -1f |
Definition at line 32 of file Gauge.cs.
Referenced by UpdateValue().
|
private |
Definition at line 46 of file Gauge.cs.
Referenced by UpdateValue().
float Gauge.originalWidth |
Definition at line 20 of file Gauge.cs.
Referenced by UISong.Update(), and UpdateValue().
bool Gauge.setText = true |
Definition at line 26 of file Gauge.cs.
Referenced by UpdateValue().
SpriteRenderer Gauge.srBar |
Definition at line 16 of file Gauge.cs.
Referenced by UpdateValue().
UIText Gauge.textNow |
Definition at line 8 of file Gauge.cs.
Referenced by UIAutoTurn._Update(), and UpdateValue().
Tween Gauge.tween |
Definition at line 40 of file Gauge.cs.
Referenced by UpdateValue().
float Gauge.value |
Definition at line 29 of file Gauge.cs.
Referenced by UpdateValue().
|
getsetprivate |