C# Class PlayerClient, UnityDemo

Inheritance: NetworkBehaviour
Afficher le fichier Open project: rouchen/UnityDemo Class Usage Examples

Méthodes publiques

Свойство Type Description
singleton PlayerClient,

Méthodes publiques

Méthode Description
GetPid ( ) : int
GetTeam ( ) : int
OnStartLocalPlayer ( ) : void

Private Methods

Méthode Description
Awake ( ) : void
MakeMob ( ) : void
RpcDoSomething ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

GetPid() public méthode

public GetPid ( ) : int
Résultat int

GetTeam() public méthode

public GetTeam ( ) : int
Résultat int

OnStartLocalPlayer() public méthode

public OnStartLocalPlayer ( ) : void
Résultat void

Property Details

singleton public_oe static_oe property

public static PlayerClient, singleton
Résultat PlayerClient,