C# Class BossAITileAgent, MagesOfBlight

Inheritance: AITileAgent
Afficher le fichier Open project: DomCristaldi/MagesOfBlight

Méthodes publiques

Свойство Type Description
respawnQueue List
spawnDirection HexGrid.ConnectionIndex

Méthodes publiques

Méthode Description
Kill ( ) : void
LateUpdate ( ) : void
SetObstructed ( ) : void
SetWalkable ( ) : void

Méthodes protégées

Méthode Description
Start ( ) : void
Update ( ) : void

Method Details

Kill() public méthode

public Kill ( ) : void
Résultat void

LateUpdate() public méthode

public LateUpdate ( ) : void
Résultat void

SetObstructed() public méthode

public SetObstructed ( ) : void
Résultat void

SetWalkable() public méthode

public SetWalkable ( ) : void
Résultat void

Start() protected méthode

protected Start ( ) : void
Résultat void

Update() protected méthode

protected Update ( ) : void
Résultat void

Property Details

respawnQueue public_oe property

public List respawnQueue
Résultat List

spawnDirection public_oe property

public HexGrid.ConnectionIndex spawnDirection
Résultat HexGrid.ConnectionIndex