C# 클래스 SW_Dodge, PathfindingToolUnity

상속: StateWill
파일 보기 프로젝트 열기: benjaml/PathfindingToolUnity 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
timerLength float

공개 메소드들

메소드 설명
Dodge ( ) : void
SW_Dodge ( int id, float pSpeed, float pDist, float timer, string graphName ) : System.Collections
defineDestination ( ) : void
execute ( ) : StateWill,

메소드 상세

Dodge() 공개 메소드

public Dodge ( ) : void
리턴 void

SW_Dodge() 공개 메소드

public SW_Dodge ( int id, float pSpeed, float pDist, float timer, string graphName ) : System.Collections
id int
pSpeed float
pDist float
timer float
graphName string
리턴 System.Collections

defineDestination() 공개 메소드

public defineDestination ( ) : void
리턴 void

execute() 공개 메소드

public execute ( ) : StateWill,
리턴 StateWill,

프로퍼티 상세

timerLength 공개적으로 프로퍼티

public float timerLength
리턴 float