C# Class PlayerID, SOFTENG-306-PROJECT-2

Inheritance: NetworkBehaviour
显示文件 Open project: gdsl/SOFTENG-306-PROJECT-2 Class Usage Examples

Public Methods

Method Description
OnStartLocalPlayer ( ) : void

Private Methods

Method Description
Awake ( ) : void
CmdTellServerMyIdentity ( string name ) : void
GetNetIdentity ( ) : void
MakeUniqueIdentity ( ) : string
SetIdentity ( ) : void
Update ( ) : void

Method Details

OnStartLocalPlayer() public method

public OnStartLocalPlayer ( ) : void
return void