C# Class PlayerClient, UnityDemo

Inheritance: NetworkBehaviour
ファイルを表示 Open project: rouchen/UnityDemo Class Usage Examples

Public Properties

Property Type Description
singleton PlayerClient,

Public Methods

Method Description
GetPid ( ) : int
GetTeam ( ) : int
OnStartLocalPlayer ( ) : void

Private Methods

Method Description
Awake ( ) : void
MakeMob ( ) : void
RpcDoSomething ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

GetPid() public method

public GetPid ( ) : int
return int

GetTeam() public method

public GetTeam ( ) : int
return int

OnStartLocalPlayer() public method

public OnStartLocalPlayer ( ) : void
return void

Property Details

singleton public_oe static_oe property

public static PlayerClient, singleton
return PlayerClient,