C# Class TileAgent, MagesOfBlight

Inheritance: TileEntity
Afficher le fichier Open project: DomCristaldi/MagesOfBlight Class Usage Examples

Méthodes publiques

Свойство Type Description
agentActions AgentActions,
agentCanvas Canvas
defaultModelLookDirec Vector3
hasTurn bool
maxMoveSteps int
moveSteps int
team BattleManager.CombatTeam

Méthodes publiques

Méthode Description
FollowPath ( List pathToFollow ) : void
Heal ( float amount ) : void
Kill ( ) : void
RefreshTurn ( ) : void
RegisterWithTeam ( ) : void
UseTurn ( ) : void

Méthodes protégées

Méthode Description
Awake ( ) : void
CheckIfKill ( ) : void
LookProtocol ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

Awake() protected méthode

protected Awake ( ) : void
Résultat void

CheckIfKill() protected méthode

protected CheckIfKill ( ) : void
Résultat void

FollowPath() public méthode

public FollowPath ( List pathToFollow ) : void
pathToFollow List
Résultat void

Heal() public méthode

public Heal ( float amount ) : void
amount float
Résultat void

Kill() public méthode

public Kill ( ) : void
Résultat void

LookProtocol() protected méthode

protected LookProtocol ( ) : void
Résultat void

RefreshTurn() public méthode

public RefreshTurn ( ) : void
Résultat void

RegisterWithTeam() public méthode

public RegisterWithTeam ( ) : void
Résultat void

Start() protected méthode

protected Start ( ) : void
Résultat void

Update() protected méthode

protected Update ( ) : void
Résultat void

UseTurn() public méthode

public UseTurn ( ) : void
Résultat void

Property Details

agentActions public_oe property

public AgentActions, agentActions
Résultat AgentActions,

agentCanvas public_oe property

public Canvas agentCanvas
Résultat Canvas

defaultModelLookDirec public_oe property

public Vector3 defaultModelLookDirec
Résultat Vector3

hasTurn public_oe property

public bool hasTurn
Résultat bool

maxMoveSteps public_oe property

public int maxMoveSteps
Résultat int

moveSteps public_oe property

public int moveSteps
Résultat int

team public_oe property

public BattleManager.CombatTeam team
Résultat BattleManager.CombatTeam