C# Class MultiplayerManager, SurvivalGame

Inheritance: RealTimeMultiplayerListener
Mostrar archivo Open project: sea1and/SurvivalGame Class Usage Examples

Public Properties

Property Type Description
IsHost int
bodyPrefab GameObject
nick string

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

IsHost public_oe property

public int IsHost
return int

bodyPrefab public_oe property

public GameObject bodyPrefab
return GameObject

nick public_oe property

public string nick
return string