C# 클래스 StateWill, PathfindingToolUnity

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

공개 프로퍼티들

프로퍼티 타입 설명
idAgent int
transitions List

공개 메소드들

메소드 설명
StateWill ( int id ) : System.Collections
StateWill ( int id, List pTransitions ) : System.Collections
execute ( ) : StateWill,

보호된 메소드들

메소드 설명
checkTransition ( ) : StateWill,

메소드 상세

StateWill() 공개 메소드

public StateWill ( int id ) : System.Collections
id int
리턴 System.Collections

StateWill() 공개 메소드

public StateWill ( int id, List pTransitions ) : System.Collections
id int
pTransitions List
리턴 System.Collections

checkTransition() 보호된 메소드

protected checkTransition ( ) : StateWill,
리턴 StateWill,

execute() 공개 추상적인 메소드

public abstract execute ( ) : StateWill,
리턴 StateWill,

프로퍼티 상세

idAgent 공개적으로 프로퍼티

public int idAgent
리턴 int

transitions 공개적으로 프로퍼티

public List transitions
리턴 List