C# Class BaseAction, MagesOfBlight

Mostrar archivo Open project: DomCristaldi/MagesOfBlight Class Usage Examples

Public Properties

Property 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

Property Type Description
targetPrecision float

Public Methods

Method Description
CheckTiles ( ) : List
DoAction ( ) : bool
Init ( ) : void

Protected Methods

Method Description
ActionSuccess ( ) : bool

Method Details

ActionSuccess() protected method

protected ActionSuccess ( ) : bool
return bool

CheckTiles() public method

public CheckTiles ( ) : List
return List

DoAction() public method

public DoAction ( ) : bool
return bool

Init() public method

public Init ( ) : void
return void

Property Details

actionName public_oe property

public string actionName
return string

agent public_oe property

public TileAgent, agent
return TileAgent,

animInfo public_oe property

public AgentAnimController.AnimationInfo, animInfo
return AgentAnimController.AnimationInfo,

blightGiven public_oe property

public float blightGiven
return float

blightRequired public_oe property

public float blightRequired
return float

canBlock public_oe property

public bool canBlock
return bool

canCounter public_oe property

public bool canCounter
return bool

checkDistance public_oe property

public int checkDistance
return int

checkThroughOccupied public_oe property

public bool checkThroughOccupied
return bool

damage public_oe property

public float damage
return float

disabledColor public_oe property

public Color disabledColor
return Color

highlightedColor public_oe property

public Color highlightedColor
return Color

includeSelf public_oe property

public bool includeSelf
return bool

normalColor public_oe property

public Color normalColor
return Color

pressedColor public_oe property

public Color pressedColor
return Color

targetPrecision protected_oe static_oe property

protected static float targetPrecision
return float

tileCheckFlags public_oe property

public TileCheckFlags tileCheckFlags
return TileCheckFlags

waitTimeAfterHit public_oe property

public float waitTimeAfterHit
return float