C# Class MidSceneObject, InsectsDominance

Inheritance: MonoBehaviour
Afficher le fichier Open project: mrimsh/InsectsDominance

Méthodes publiques

Свойство Type Description
mapSaveCollection MapsDataCollection,
playersInGame List
raceSaveCollection RacesDataCollection,
selectedMap MapData,
selectedRaces int[]

Méthodes publiques

Méthode Description
OnLevelWasLoaded ( int level ) : void
Start ( ) : void

Method Details

OnLevelWasLoaded() public méthode

public OnLevelWasLoaded ( int level ) : void
level int
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

mapSaveCollection public_oe property

public MapsDataCollection, mapSaveCollection
Résultat MapsDataCollection,

playersInGame public_oe property

public List playersInGame
Résultat List

raceSaveCollection public_oe property

public RacesDataCollection, raceSaveCollection
Résultat RacesDataCollection,

selectedMap public_oe property

public MapData, selectedMap
Résultat MapData,

selectedRaces public_oe property

public int[] selectedRaces
Résultat int[]