C# 클래스 Rodrigue.Transition

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

공개 프로퍼티들

프로퍼티 타입 설명
_checkDelegate check
nextState State

공개 메소드들

메소드 설명
Check ( ) : bool
Transition ( check myDelegate, State _nextState ) : System.Collections

메소드 상세

Check() 공개 메소드

public Check ( ) : bool
리턴 bool

Transition() 공개 메소드

public Transition ( check myDelegate, State _nextState ) : System.Collections
myDelegate check
_nextState State
리턴 System.Collections

프로퍼티 상세

_checkDelegate 공개적으로 프로퍼티

public check _checkDelegate
리턴 check

nextState 공개적으로 프로퍼티

public State,Rodrigue nextState
리턴 State