C# Class SpawnController, TheDeadMemories

Inheritance: MonoBehaviour
Show file Open project: TheDeadMemoriesTeam/TheDeadMemories Class Usage Examples

Public Properties

Property Type Description
bossPrefab EnemyController
distancePrefab EnemyController
meleePrefab EnemyController
spawnRange int

Public Methods

Method Description
Start ( ) : void
Update ( ) : void
isActive ( ) : bool
spawn ( ) : EnemyController

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

isActive() public method

public isActive ( ) : bool
return bool

spawn() public method

public spawn ( ) : EnemyController
return EnemyController

Property Details

bossPrefab public property

public EnemyController bossPrefab
return EnemyController

distancePrefab public property

public EnemyController distancePrefab
return EnemyController

meleePrefab public property

public EnemyController meleePrefab
return EnemyController

spawnRange public property

public int spawnRange
return int