C# Class DragWorldState, PocketGodsRPG_Proto

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

Public Methods

Method Description
AssignGameCamera ( Camera camera ) : void
DragWorldState ( string stateLabel, AStateMachine, stateMachine ) : System.Collections
OnEnter ( ) : void
OnExit ( ) : void
OnUpdate ( ) : void

Method Details

AssignGameCamera() public method

public AssignGameCamera ( Camera camera ) : void
camera Camera
return void

DragWorldState() public method

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