Photon Quantum 3.0.0

Public Member Functions | Public Attributes | List of all members
Quantum.QuantumMultiClientPlayerView Class Reference

The multi client UI view of one player. More...

Inheritance diagram for Quantum.QuantumMultiClientPlayerView:
Quantum.QuantumMonoBehaviour

Public Member Functions

void SetLoading ()
 Configure the view for loading status. More...
 
void SetRunning (bool isAddPlayerEnabled)
 Configure the view for running status. More...
 

Public Attributes

UnityEngine.UI.Button AddPlayer
 The button to add a player using the same client. More...
 
GameObject ConnectingLabel
 The "is connecting" label. More...
 
Toggle Gizmos
 The button to toggle the game gizmo rendering. More...
 
Toggle Input
 The button to toggle the input. More...
 
Text Label
 The name of the player. More...
 
UnityEngine.UI.Button Quit
 The button to quit the player. More...
 
Toggle View
 The button to toggle the EntityViewUpdater. More...
 

Detailed Description

The multi client UI view of one player.

Member Function Documentation

◆ SetLoading()

void Quantum.QuantumMultiClientPlayerView.SetLoading ( )
inline

Configure the view for loading status.

◆ SetRunning()

void Quantum.QuantumMultiClientPlayerView.SetRunning ( bool  isAddPlayerEnabled)
inline

Configure the view for running status.

Parameters
isAddPlayerEnabledIt true the add player button is enabled.

Member Data Documentation

◆ Label

Text Quantum.QuantumMultiClientPlayerView.Label

The name of the player.

◆ ConnectingLabel

GameObject Quantum.QuantumMultiClientPlayerView.ConnectingLabel

The "is connecting" label.

◆ Input

Toggle Quantum.QuantumMultiClientPlayerView.Input

The button to toggle the input.

◆ View

Toggle Quantum.QuantumMultiClientPlayerView.View

The button to toggle the EntityViewUpdater.

◆ Gizmos

Toggle Quantum.QuantumMultiClientPlayerView.Gizmos

The button to toggle the game gizmo rendering.

◆ AddPlayer

UnityEngine.UI.Button Quantum.QuantumMultiClientPlayerView.AddPlayer

The button to add a player using the same client.

◆ Quit

UnityEngine.UI.Button Quantum.QuantumMultiClientPlayerView.Quit

The button to quit the player.