C# Class MultiplayerManager, SurvivalGame

Inheritance: RealTimeMultiplayerListener
Afficher le fichier Open project: sea1and/SurvivalGame Class Usage Examples

Méthodes publiques

Свойство Type Description
IsHost int
bodyPrefab GameObject
nick string

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

IsHost public_oe property

public int IsHost
Résultat int

bodyPrefab public_oe property

public GameObject bodyPrefab
Résultat GameObject

nick public_oe property

public string nick
Résultat string