C# 클래스 WaitSkillDef, SRPGCK

상속: ActionSkillDef
파일 보기 프로젝트 열기: JoeOsborn/SRPGCK 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
currentArrow Arrow,
waitArrows GameObject

공개 메소드들

메소드 설명
ActivateSkill ( ) : void
ArrowForFacing ( float f ) : Arrow,
DeactivateSkill ( ) : void
MoveToLayer ( Transform root, int layer ) : void
WaitAtArrow ( Arrow, a ) : void

보호된 메소드들

메소드 설명
ResetActionSkill ( ) : void
ResetSkill ( ) : void
UpdateTarget ( ) : void

메소드 상세

ActivateSkill() 공개 메소드

public ActivateSkill ( ) : void
리턴 void

ArrowForFacing() 공개 메소드

public ArrowForFacing ( float f ) : Arrow,
f float
리턴 Arrow,

DeactivateSkill() 공개 메소드

public DeactivateSkill ( ) : void
리턴 void

MoveToLayer() 공개 메소드

public MoveToLayer ( Transform root, int layer ) : void
root Transform
layer int
리턴 void

ResetActionSkill() 보호된 메소드

protected ResetActionSkill ( ) : void
리턴 void

ResetSkill() 보호된 메소드

protected ResetSkill ( ) : void
리턴 void

UpdateTarget() 보호된 메소드

protected UpdateTarget ( ) : void
리턴 void

WaitAtArrow() 공개 메소드

public WaitAtArrow ( Arrow, a ) : void
a Arrow,
리턴 void

프로퍼티 상세

currentArrow 공개적으로 프로퍼티

public Arrow, currentArrow
리턴 Arrow,

waitArrows 공개적으로 프로퍼티

public GameObject waitArrows
리턴 GameObject