C# 클래스 DragWorldState, PocketGodsRPG_Proto

상속: AState
파일 보기 프로젝트 열기: pocket-playlab/PocketGodsRPG_Proto 1 사용 예제들

공개 메소드들

메소드 설명
AssignGameCamera ( Camera camera ) : void
DragWorldState ( string stateLabel, AStateMachine, stateMachine ) : System.Collections
OnEnter ( ) : void
OnExit ( ) : void
OnUpdate ( ) : void

메소드 상세

AssignGameCamera() 공개 메소드

public AssignGameCamera ( Camera camera ) : void
camera Camera
리턴 void

DragWorldState() 공개 메소드

public DragWorldState ( string stateLabel, AStateMachine, stateMachine ) : System.Collections
stateLabel string
stateMachine AStateMachine,
리턴 System.Collections

OnEnter() 공개 메소드

public OnEnter ( ) : void
리턴 void

OnExit() 공개 메소드

public OnExit ( ) : void
리턴 void

OnUpdate() 공개 메소드

public OnUpdate ( ) : void
리턴 void