C# Class MultiPlayer.Spawner

Inheritance: NetworkBehaviour
Afficher le fichier Open project: tommai78101/Multiplier Class Usage Examples

Méthodes publiques

Свойство Type Description
colorCode int
mergeManagerPrefab GameObject
remotePrefab GameObject
selectionManagerPrefab GameObject
spawnPrefab GameObject
splitManagerPrefab GameObject
unitAttributesPrefab GameObject

Méthodes publiques

Méthode Description
OnDestroy ( ) : void
OnStartLocalPlayer ( ) : void

Private Methods

Méthode Description
CmdCall ( ) : void
RpcCameraSetup ( GameObject obj ) : void
RpcLog ( ) : void
RpcUnitAttributesSetup ( GameObject manager, GameObject playerObject, int colorValue ) : void
ServerInitialize ( ) : void

Method Details

OnDestroy() public méthode

public OnDestroy ( ) : void
Résultat void

OnStartLocalPlayer() public méthode

public OnStartLocalPlayer ( ) : void
Résultat void

Property Details

colorCode public_oe static_oe property

public static int colorCode
Résultat int

mergeManagerPrefab public_oe property

public GameObject mergeManagerPrefab
Résultat GameObject

remotePrefab public_oe property

public GameObject remotePrefab
Résultat GameObject

selectionManagerPrefab public_oe property

public GameObject selectionManagerPrefab
Résultat GameObject

spawnPrefab public_oe property

public GameObject spawnPrefab
Résultat GameObject

splitManagerPrefab public_oe property

public GameObject splitManagerPrefab
Résultat GameObject

unitAttributesPrefab public_oe property

public GameObject unitAttributesPrefab
Résultat GameObject