C# Class Level2Manager, ScorpioDev

Inheritance: MonoBehaviour
显示文件 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_oe property

public GameObject BowRiderPrefab
return GameObject

ElephantPrefab public_oe property

public GameObject ElephantPrefab
return GameObject

EnemySpawn1 public_oe property

public GameObject EnemySpawn1
return GameObject

EnemySpawn2 public_oe property

public GameObject EnemySpawn2
return GameObject

EnemySpawn3 public_oe property

public GameObject EnemySpawn3
return GameObject

EnemySpawn4 public_oe property

public GameObject EnemySpawn4
return GameObject

EnemySpawn5 public_oe property

public GameObject EnemySpawn5
return GameObject

EnemySpawn6 public_oe property

public GameObject EnemySpawn6
return GameObject

InfantryPrefab public_oe property

public GameObject InfantryPrefab
return GameObject

PlayerSpawn public_oe property

public GameObject PlayerSpawn
return GameObject

SacredBandPrefab public_oe property

public GameObject SacredBandPrefab
return GameObject

WarChariotPrefab public_oe property

public GameObject WarChariotPrefab
return GameObject

collider public_oe property

public Collider collider
return Collider

victoryTextObj public_oe property

public GameObject victoryTextObj
return GameObject