C# Class MidSceneObject, InsectsDominance

Inheritance: MonoBehaviour
Mostrar archivo Open project: mrimsh/InsectsDominance

Public Properties

Property Type Description
mapSaveCollection MapsDataCollection,
playersInGame List
raceSaveCollection RacesDataCollection,
selectedMap MapData,
selectedRaces int[]

Public Methods

Method Description
OnLevelWasLoaded ( int level ) : void
Start ( ) : void

Method Details

OnLevelWasLoaded() public method

public OnLevelWasLoaded ( int level ) : void
level int
return void

Start() public method

public Start ( ) : void
return void

Property Details

mapSaveCollection public_oe property

public MapsDataCollection, mapSaveCollection
return MapsDataCollection,

playersInGame public_oe property

public List playersInGame
return List

raceSaveCollection public_oe property

public RacesDataCollection, raceSaveCollection
return RacesDataCollection,

selectedMap public_oe property

public MapData, selectedMap
return MapData,

selectedRaces public_oe property

public int[] selectedRaces
return int[]