C# 클래스 TransitionWill, PathfindingToolUnity

파일 보기 프로젝트 열기: benjaml/PathfindingToolUnity

공개 프로퍼티들

프로퍼티 타입 설명
idAgent int
nextState StateWill,

공개 메소드들

메소드 설명
TransitionWill ( int id, StateWill, pState ) : System.Collections
check ( StateWill, current = null ) : StateWill,

메소드 상세

TransitionWill() 공개 메소드

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

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

public abstract check ( StateWill, current = null ) : StateWill,
current StateWill,
리턴 StateWill,

프로퍼티 상세

idAgent 공개적으로 프로퍼티

public int idAgent
리턴 int

nextState 공개적으로 프로퍼티

public StateWill, nextState
리턴 StateWill,