TrackPhotonRoomName
Jump To Parameters
Jump To Function Definitions
Parameter Definitions
Select the parameter name from below to jump directly to it on this page.
texts
List of Text values to set.
| 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()
Set the text values according to the current photon room name dynamically.
| Expose Value | Overrideable | Returns |
|---|---|---|
| protected | True | Does not return anything |
No parameters
protected virtual void SetText(string inputText)
Set the
textsvalues according to the input value.
| Expose Value | Overrideable | Returns |
|---|---|---|
| protected | True | Does not return anything |
| Parameter Name | Description |
|---|---|
| inputText | string type, the text string to set |