C# 클래스 PoulpeStateMachine, PathfindingToolUnity

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

공개 메소드들

메소드 설명
PoulpeStateMachine ( PoulpeState, CurrentState ) : System.Collections
SetCurrentState ( PoulpeState, state ) : void
Step ( ) : void

메소드 상세

PoulpeStateMachine() 공개 메소드

public PoulpeStateMachine ( PoulpeState, CurrentState ) : System.Collections
CurrentState PoulpeState,
리턴 System.Collections

SetCurrentState() 공개 메소드

public SetCurrentState ( PoulpeState, state ) : void
state PoulpeState,
리턴 void

Step() 공개 메소드

public Step ( ) : void
리턴 void