C# Class Level2Manager, ScorpioDev

Inheritance: MonoBehaviour
Show file Open project: mbiondi17/ScorpioDev Class Usage Examples

Public Properties

Property Type Description
BowRiderPrefab GameObject
ElephantPrefab GameObject
EnemySpawn1 GameObject
EnemySpawn2 GameObject
EnemySpawn3 GameObject
EnemySpawn4 GameObject
EnemySpawn5 GameObject
EnemySpawn6 GameObject
InfantryPrefab GameObject
PlayerSpawn GameObject
SacredBandPrefab GameObject
WarChariotPrefab GameObject
collider Collider
victoryTextObj GameObject

Public Methods

Method Description
OnTriggerEnter ( Collider co ) : void
Start ( ) : void
Update ( ) : void
destroy ( ) : void

Method Details

OnTriggerEnter() public method

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

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

destroy() public method

public destroy ( ) : void
return void

Property Details

BowRiderPrefab public property

public GameObject BowRiderPrefab
return GameObject

ElephantPrefab public property

public GameObject ElephantPrefab
return GameObject

EnemySpawn1 public property

public GameObject EnemySpawn1
return GameObject

EnemySpawn2 public property

public GameObject EnemySpawn2
return GameObject

EnemySpawn3 public property

public GameObject EnemySpawn3
return GameObject

EnemySpawn4 public property

public GameObject EnemySpawn4
return GameObject

EnemySpawn5 public property

public GameObject EnemySpawn5
return GameObject

EnemySpawn6 public property

public GameObject EnemySpawn6
return GameObject

InfantryPrefab public property

public GameObject InfantryPrefab
return GameObject

PlayerSpawn public property

public GameObject PlayerSpawn
return GameObject

SacredBandPrefab public property

public GameObject SacredBandPrefab
return GameObject

WarChariotPrefab public property

public GameObject WarChariotPrefab
return GameObject

collider public property

public Collider collider
return Collider

victoryTextObj public property

public GameObject victoryTextObj
return GameObject