C# 클래스 JojoKiller.StateMachineWrapper

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

공개 프로퍼티들

프로퍼티 타입 설명
stateMachine StateMachine

공개 메소드들

메소드 설명
StateMachineWrapper ( StateMachine p_stateMachine ) : System.Collections
execution ( ) : IState

메소드 상세

StateMachineWrapper() 공개 메소드

public StateMachineWrapper ( StateMachine p_stateMachine ) : System.Collections
p_stateMachine StateMachine
리턴 System.Collections

execution() 공개 메소드

public execution ( ) : IState
리턴 IState

프로퍼티 상세

stateMachine 공개적으로 프로퍼티

public StateMachine,JojoKiller stateMachine
리턴 StateMachine