Ignition / CoinsUI
Namespace
Playniax.Ignition.UIInherits from
MonoBehaviourScript can be found in
Assets/Playniax/Framework/Ignition/Framework/UI/Scripts (MonoBehaviour)/CoinsUI.cs
Class CoinsUI
DescriptionDisplays the player's coin count using the Text Component.
Public fields | Description |
---|
int playerIndex | The index of the player. |
int format = 8 | The format of the text. Default is 8. |
string prefix | Prefix to be added before the text. |
string suffix | Suffix to be added after the text. |
Text text | Reference to the Text component for displaying the text. |