C# Class EnemySpawnPoint, TWI_Repo

Inheritance: MonoBehaviour
Afficher le fichier Open project: justcollins/TWI_Repo Class Usage Examples

Méthodes publiques

Свойство Type Description
firstWaypoint Transform
myEnemy EnemyRespawn,
type EnemyType,
waitSeconds float

Méthodes publiques

Méthode Description
Awake ( ) : void
GetIDied ( ) : bool
Respawn ( ) : void
SetIDied ( bool _b ) : void
Update ( ) : void

Private Methods

Méthode Description
TurnOnOffBoidController ( float waitTime ) : IEnumerator

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

GetIDied() public méthode

public GetIDied ( ) : bool
Résultat bool

Respawn() public méthode

public Respawn ( ) : void
Résultat void

SetIDied() public méthode

public SetIDied ( bool _b ) : void
_b bool
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

firstWaypoint public_oe property

public Transform firstWaypoint
Résultat Transform

myEnemy public_oe property

public EnemyRespawn, myEnemy
Résultat EnemyRespawn,

type public_oe property

public EnemyType, type
Résultat EnemyType,

waitSeconds public_oe property

public float waitSeconds
Résultat float