C# Class BaseAction, MagesOfBlight

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

Méthodes publiques

Свойство Type Description
actionName string
agent TileAgent,
animInfo AgentAnimController.AnimationInfo,
blightGiven float
blightRequired float
canBlock bool
canCounter bool
checkDistance int
checkThroughOccupied bool
damage float
disabledColor Color
highlightedColor Color
includeSelf bool
normalColor Color
pressedColor Color
tileCheckFlags TileCheckFlags
waitTimeAfterHit float

Protected Properties

Свойство Type Description
targetPrecision float

Méthodes publiques

Méthode Description
CheckTiles ( ) : List
DoAction ( ) : bool
Init ( ) : void

Méthodes protégées

Méthode Description
ActionSuccess ( ) : bool

Method Details

ActionSuccess() protected méthode

protected ActionSuccess ( ) : bool
Résultat bool

CheckTiles() public méthode

public CheckTiles ( ) : List
Résultat List

DoAction() public méthode

public DoAction ( ) : bool
Résultat bool

Init() public méthode

public Init ( ) : void
Résultat void

Property Details

actionName public_oe property

public string actionName
Résultat string

agent public_oe property

public TileAgent, agent
Résultat TileAgent,

animInfo public_oe property

public AgentAnimController.AnimationInfo, animInfo
Résultat AgentAnimController.AnimationInfo,

blightGiven public_oe property

public float blightGiven
Résultat float

blightRequired public_oe property

public float blightRequired
Résultat float

canBlock public_oe property

public bool canBlock
Résultat bool

canCounter public_oe property

public bool canCounter
Résultat bool

checkDistance public_oe property

public int checkDistance
Résultat int

checkThroughOccupied public_oe property

public bool checkThroughOccupied
Résultat bool

damage public_oe property

public float damage
Résultat float

disabledColor public_oe property

public Color disabledColor
Résultat Color

highlightedColor public_oe property

public Color highlightedColor
Résultat Color

includeSelf public_oe property

public bool includeSelf
Résultat bool

normalColor public_oe property

public Color normalColor
Résultat Color

pressedColor public_oe property

public Color pressedColor
Résultat Color

targetPrecision protected_oe static_oe property

protected static float targetPrecision
Résultat float

tileCheckFlags public_oe property

public TileCheckFlags tileCheckFlags
Résultat TileCheckFlags

waitTimeAfterHit public_oe property

public float waitTimeAfterHit
Résultat float