TrackSelectedPlayer
Jump To Parameters
Jump To Function Definitions
Parameter Definitions
Select the parameter name from below to jump directly to it on this page.
texts
The Text values to manipulate to show your own currently selected player choice.
| Exposed Value | Type | Default Value |
|---|---|---|
| protected | Text[] | new Text[] { } |
Function Definitions
Select the function name from below to jump directly to it on this page.
protected virtual void FixedUpdate()
Dynamically sets the
textsvalues to set the currently selected player name.
| Expose Value | Overrideable | Returns |
|---|---|---|
| protected | True | Does not return anything |
No parameters
protected virtual void SetText(GameObject player)
Used to set the
textsvalues to be whatever the input value is
| Expose Value | Overrideable | Returns |
|---|---|---|
| protected | True | Does not return anything |
| Parameter Name | Description |
|---|---|
| inputText | string type, the string value to set to the texts |