![]() |
Liberi
An exergame built for kids with CP!
|
A Sticker for showing health bars. More...
Inherits Sticker.
Public Attributes | |
float | Value = 1 |
A value between 0 and 1 at which this bar is filled. More... | |
Gradient | ColorRamp |
A Gradient sampled from 0 to 1 use to color the health bar. eg, a red to green fade for health bars. More... | |
float | EaseFactor = 10 |
The factor at which the bar's visual representation corrects to the actuall value (makes it a smooth change). More... | |
float | FillAlpha |
The Alpha value of the bar. Will overwrite any alpha values in the ColoRamp. More... | |
![]() | |
Transform | Target |
A target transform this sticker attaches to visually. If left empty, will default to the tranform this component is attached to. More... | |
GameObject | Prefab |
A prefab to spawn as the visual representation of this sticker. More... | |
string | Tag |
A Tag used to identify groups of sticker. Eg, "player_names" could be the tag for LabelStickers attached to player Avatars. More... | |
float | Padding = 60 |
Vector3 | Offset |
bool | ClampAnchor |
bool | PointAtTarget |
bool | ShowInBounds |
Whether or not the sticker should be shown when target is in the bounds of the camera. Eg, an InterestSticker points to an off screen object and should not be visible if the target is in bounds. More... | |
bool | Shown |
Whether or not this sticker is shown at all. Used in conjunction with Tag system to enabled/disable the display of groups of tags. More... | |
bool | LockScreenPosition |
Vector2 | LockPoint |
Protected Member Functions | |
override void | Awake () |
override void | OnSpawn () |
override void | Update () |
override void | OnDestroy () |
![]() | |
virtual void | OnEnable () |
virtual void | OnDisable () |
Additional Inherited Members | |
![]() | |
GameObject | _guiObject |
bool | _initialized |
![]() | |
bool | IsVisible [get] |
Gets a value indicating whether this sticker is visible. More... | |
A Sticker for showing health bars.
Definition at line 9 of file MeterSticker.cs.
Gradient MeterSticker.ColorRamp |
A Gradient sampled from 0 to 1 use to color the health bar. eg, a red to green fade for health bars.
Definition at line 18 of file MeterSticker.cs.
float MeterSticker.EaseFactor = 10 |
The factor at which the bar's visual representation corrects to the actuall value (makes it a smooth change).
Definition at line 22 of file MeterSticker.cs.
float MeterSticker.FillAlpha |
The Alpha value of the bar. Will overwrite any alpha values in the ColoRamp.
Definition at line 27 of file MeterSticker.cs.
float MeterSticker.Value = 1 |
A value between 0 and 1 at which this bar is filled.
Definition at line 14 of file MeterSticker.cs.