C# Class MidSceneObject, InsectsDominance

Inheritance: MonoBehaviour
Show file 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 property

public MapsDataCollection, mapSaveCollection
return MapsDataCollection,

playersInGame public property

public List playersInGame
return List

raceSaveCollection public property

public RacesDataCollection, raceSaveCollection
return RacesDataCollection,

selectedMap public property

public MapData, selectedMap
return MapData,

selectedRaces public property

public int[] selectedRaces
return int[]