C# Class topTrainEnemies, UrsaMajor

Inheritance: MonoBehaviour
显示文件 Open project: BJarv/UrsaMajor

Public Properties

Property Type Description
possEnemies GameObject[]

Public Methods

Method Description
Start ( ) : void
Update ( ) : void
collisionOn ( ) : void
setSpawns ( ) : void
spawnEnemies ( ) : void

Private Methods

Method Description
spawn1enemy ( ) : void
spawn1left ( ) : void
spawn1right ( ) : void
spawn2enemy ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

collisionOn() public method

public collisionOn ( ) : void
return void

setSpawns() public method

public setSpawns ( ) : void
return void

spawnEnemies() public method

public spawnEnemies ( ) : void
return void

Property Details

possEnemies public_oe property

public GameObject[] possEnemies
return GameObject[]