C# 클래스 MouseDownState, PocketGodsRPG_Proto

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

공개 메소드들

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

메소드 상세

MouseDownState() 공개 메소드

public MouseDownState ( 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