C# Class MouseDownState, PocketGodsRPG_Proto

Inheritance: AState
ファイルを表示 Open project: pocket-playlab/PocketGodsRPG_Proto Class Usage Examples

Public Methods

Method Description
MouseDownState ( string stateLabel, AStateMachine, stateMachine ) : System.Collections
OnEnter ( ) : void
OnExit ( ) : void
OnUpdate ( ) : void

Method Details

MouseDownState() public method

public MouseDownState ( string stateLabel, AStateMachine, stateMachine ) : System.Collections
stateLabel string
stateMachine AStateMachine,
return System.Collections

OnEnter() public method

public OnEnter ( ) : void
return void

OnExit() public method

public OnExit ( ) : void
return void

OnUpdate() public method

public OnUpdate ( ) : void
return void