C# Class EnemySpawnPoint, TWI_Repo

Inheritance: MonoBehaviour
Show file Open project: justcollins/TWI_Repo Class Usage Examples

Public Properties

Property Type Description
firstWaypoint Transform
myEnemy EnemyRespawn,
type EnemyType,
waitSeconds float

Public Methods

Method Description
Awake ( ) : void
GetIDied ( ) : bool
Respawn ( ) : void
SetIDied ( bool _b ) : void
Update ( ) : void

Private Methods

Method Description
TurnOnOffBoidController ( float waitTime ) : IEnumerator

Method Details

Awake() public method

public Awake ( ) : void
return void

GetIDied() public method

public GetIDied ( ) : bool
return bool

Respawn() public method

public Respawn ( ) : void
return void

SetIDied() public method

public SetIDied ( bool _b ) : void
_b bool
return void

Update() public method

public Update ( ) : void
return void

Property Details

firstWaypoint public property

public Transform firstWaypoint
return Transform

myEnemy public property

public EnemyRespawn, myEnemy
return EnemyRespawn,

type public property

public EnemyType, type
return EnemyType,

waitSeconds public property

public float waitSeconds
return float