C# Class EnemySpawn, Save_Grandmother

Inheritance: MonoBehaviour
Datei anzeigen Open project: Long18/Save_Grandmother Class Usage Examples

Public Properties

Property Type Description
enemyPref GameObject
startSpawnTime float

Public Methods

Method Description
CountDown ( ) : void
SpawnEnemy ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

CountDown() public method

public CountDown ( ) : void
return void

SpawnEnemy() public method

public SpawnEnemy ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

enemyPref public_oe property

public GameObject enemyPref
return GameObject

startSpawnTime public_oe property

public float startSpawnTime
return float