C# Class CaptainsMessPlayer, CaptainsMess

Inheritance: NetworkBehaviour
Afficher le fichier Open project: hengineer/CaptainsMess Class Usage Examples

Méthodes publiques

Свойство Type Description
VERSION int

Protected Properties

Свойство Type Description
networkManager CaptainsMessNetworkManager,

Méthodes publiques

Méthode Description
IsReady ( ) : bool
OnClientEnterLobby ( ) : void
OnClientExitLobby ( ) : void
OnClientReady ( bool readyState ) : void
OnDestroy ( ) : void
OnStartClient ( ) : void
OnStartLocalPlayer ( ) : void
SendNotReadyToBeginMessage ( ) : void
SendReadyToBeginMessage ( ) : void

Private Methods

Méthode Description
CmdSetBasePlayerInfo ( int aVersion, string aDeviceName, string aDeviceId, string aPeerId, int aPlayerIndex ) : void
CmdSetReady ( bool r ) : void
OnReadyChanged ( bool newValue ) : void

Method Details

IsReady() public méthode

public IsReady ( ) : bool
Résultat bool

OnClientEnterLobby() public méthode

public OnClientEnterLobby ( ) : void
Résultat void

OnClientExitLobby() public méthode

public OnClientExitLobby ( ) : void
Résultat void

OnClientReady() public méthode

public OnClientReady ( bool readyState ) : void
readyState bool
Résultat void

OnDestroy() public méthode

public OnDestroy ( ) : void
Résultat void

OnStartClient() public méthode

public OnStartClient ( ) : void
Résultat void

OnStartLocalPlayer() public méthode

public OnStartLocalPlayer ( ) : void
Résultat void

SendNotReadyToBeginMessage() public méthode

public SendNotReadyToBeginMessage ( ) : void
Résultat void

SendReadyToBeginMessage() public méthode

public SendReadyToBeginMessage ( ) : void
Résultat void

Property Details

VERSION public_oe static_oe property

public static int VERSION
Résultat int

networkManager protected_oe property

protected CaptainsMessNetworkManager, networkManager
Résultat CaptainsMessNetworkManager,