Ignition / LivesUI

Namespace Playniax.Ignition.UI

Inherits from MonoBehaviour

Script can be found in Assets/Playniax/Framework/Ignition/Framework/UI/Scripts (MonoBehaviour)/LivesUI.cs

Class LivesUI

Description

Displays the number of lives left.

Public fieldsDescription
int playerIndex The index of the player.
int format The format of the text (e.g., font size, style).
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.