C# 클래스 TransitionAntoine, PathfindingToolUnity

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

공개 프로퍼티들

프로퍼티 타입 설명
nextState StateAntoine,
theDelegate Check,
theIndex int
theState bool

공개 메소드들

메소드 설명
Check ( ) : StateAntoine,
CheckCoolDown ( ) : bool
GetNextState ( ) : StateAntoine,
TransitionAntoine ( Check, adelegate, StateAntoine, theNextState, int ind ) : System.Collections

메소드 상세

Check() 공개 메소드

public Check ( ) : StateAntoine,
리턴 StateAntoine,

CheckCoolDown() 공개 정적인 메소드

public static CheckCoolDown ( ) : bool
리턴 bool

GetNextState() 공개 메소드

public GetNextState ( ) : StateAntoine,
리턴 StateAntoine,

TransitionAntoine() 공개 메소드

public TransitionAntoine ( Check, adelegate, StateAntoine, theNextState, int ind ) : System.Collections
adelegate Check,
theNextState StateAntoine,
ind int
리턴 System.Collections

프로퍼티 상세

nextState 공개적으로 프로퍼티

public StateAntoine, nextState
리턴 StateAntoine,

theDelegate 공개적으로 프로퍼티

public Check, theDelegate
리턴 Check,

theIndex 공개적으로 프로퍼티

public int theIndex
리턴 int

theState 공개적으로 프로퍼티

public bool theState
리턴 bool