Ignition / GameProgressUI
Namespace
Playniax.Ignition.UIInherits from
MonoBehaviourScript can be found in
Assets/Playniax/Framework/Ignition/Framework/UI/Scripts (MonoBehaviour)/GameProgressUI.cs
Class GameProgressUI
DescriptionDisplays game progress based on spawner and sequencer state.
Public fields | Description |
---|
int format | The format of the text. |
string prefix | Prefix to be added before the text. |
string suffix = "%" | Suffix to be added after the text. Default is '%'. |
Text text | Reference to the Text component for displaying the text. |