C# 클래스 SW_Walk, PathfindingToolUnity

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

공개 프로퍼티들

프로퍼티 타입 설명
road List

공개 메소드들

메소드 설명
SW_Walk ( int id, float pSpeed, float pRange, string graphName ) : System.Collections
execute ( ) : StateWill,
walk ( ) : void

메소드 상세

SW_Walk() 공개 메소드

public SW_Walk ( int id, float pSpeed, float pRange, string graphName ) : System.Collections
id int
pSpeed float
pRange float
graphName string
리턴 System.Collections

execute() 공개 메소드

public execute ( ) : StateWill,
리턴 StateWill,

walk() 공개 메소드

public walk ( ) : void
리턴 void

프로퍼티 상세

road 공개적으로 프로퍼티

public List road
리턴 List