C# Class AeonurSpawn, SpaceCOG-Prototype

Inheritance: MonoBehaviour
Exibir arquivo Open project: kalby/SpaceCOG-Prototype

Public Properties

Property Type Description
aenur GameObject
spawnPoints GameObject[]

Public Methods

Method Description
OnTriggerEnter ( Collider other ) : void
OnTriggerExit ( Collider other ) : void
Start ( ) : void
Update ( ) : void
calculateSpawnChance ( int numPlayers ) : void

Method Details

OnTriggerEnter() public method

public OnTriggerEnter ( Collider other ) : void
other Collider
return void

OnTriggerExit() public method

public OnTriggerExit ( Collider other ) : void
other Collider
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

calculateSpawnChance() public method

public calculateSpawnChance ( int numPlayers ) : void
numPlayers int
return void

Property Details

aenur public_oe property

public GameObject aenur
return GameObject

spawnPoints public_oe property

public GameObject[] spawnPoints
return GameObject[]