C# 클래스 BaseAction, MagesOfBlight

파일 보기 프로젝트 열기: DomCristaldi/MagesOfBlight 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

보호된 프로퍼티들

프로퍼티 타입 설명
targetPrecision float

공개 메소드들

메소드 설명
CheckTiles ( ) : List
DoAction ( ) : bool
Init ( ) : void

보호된 메소드들

메소드 설명
ActionSuccess ( ) : bool

메소드 상세

ActionSuccess() 보호된 메소드

protected ActionSuccess ( ) : bool
리턴 bool

CheckTiles() 공개 메소드

public CheckTiles ( ) : List
리턴 List

DoAction() 공개 메소드

public DoAction ( ) : bool
리턴 bool

Init() 공개 메소드

public Init ( ) : void
리턴 void

프로퍼티 상세

actionName 공개적으로 프로퍼티

public string actionName
리턴 string

agent 공개적으로 프로퍼티

public TileAgent, agent
리턴 TileAgent,

animInfo 공개적으로 프로퍼티

public AgentAnimController.AnimationInfo, animInfo
리턴 AgentAnimController.AnimationInfo,

blightGiven 공개적으로 프로퍼티

public float blightGiven
리턴 float

blightRequired 공개적으로 프로퍼티

public float blightRequired
리턴 float

canBlock 공개적으로 프로퍼티

public bool canBlock
리턴 bool

canCounter 공개적으로 프로퍼티

public bool canCounter
리턴 bool

checkDistance 공개적으로 프로퍼티

public int checkDistance
리턴 int

checkThroughOccupied 공개적으로 프로퍼티

public bool checkThroughOccupied
리턴 bool

damage 공개적으로 프로퍼티

public float damage
리턴 float

disabledColor 공개적으로 프로퍼티

public Color disabledColor
리턴 Color

highlightedColor 공개적으로 프로퍼티

public Color highlightedColor
리턴 Color

includeSelf 공개적으로 프로퍼티

public bool includeSelf
리턴 bool

normalColor 공개적으로 프로퍼티

public Color normalColor
리턴 Color

pressedColor 공개적으로 프로퍼티

public Color pressedColor
리턴 Color

targetPrecision 보호되어 있는 정적으로 프로퍼티

protected static float targetPrecision
리턴 float

tileCheckFlags 공개적으로 프로퍼티

public TileCheckFlags tileCheckFlags
리턴 TileCheckFlags

waitTimeAfterHit 공개적으로 프로퍼티

public float waitTimeAfterHit
리턴 float