C# Class BossAITileAgent, MagesOfBlight

Inheritance: AITileAgent
Datei anzeigen Open project: DomCristaldi/MagesOfBlight

Public Properties

Property Type Description
respawnQueue List
spawnDirection HexGrid.ConnectionIndex

Public Methods

Method Description
Kill ( ) : void
LateUpdate ( ) : void
SetObstructed ( ) : void
SetWalkable ( ) : void

Protected Methods

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

Method Details

Kill() public method

public Kill ( ) : void
return void

LateUpdate() public method

public LateUpdate ( ) : void
return void

SetObstructed() public method

public SetObstructed ( ) : void
return void

SetWalkable() public method

public SetWalkable ( ) : void
return void

Start() protected method

protected Start ( ) : void
return void

Update() protected method

protected Update ( ) : void
return void

Property Details

respawnQueue public_oe property

public List respawnQueue
return List

spawnDirection public_oe property

public HexGrid.ConnectionIndex spawnDirection
return HexGrid.ConnectionIndex