C# 클래스 JojoKiller.Transition

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

공개 프로퍼티들

프로퍼티 타입 설명
_state IState

보호된 프로퍼티들

프로퍼티 타입 설명
_delegate check

공개 메소드들

메소드 설명
Transition ( check myDelegate, IState state ) : System
check ( ) : IState

메소드 상세

Transition() 공개 메소드

public Transition ( check myDelegate, IState state ) : System
myDelegate check
state IState
리턴 System

check() 공개 메소드

public check ( ) : IState
리턴 IState

프로퍼티 상세

_delegate 보호되어 있는 프로퍼티

protected check _delegate
리턴 check

_state 공개적으로 프로퍼티

public IState _state
리턴 IState