C# Class FightStateMachineWill, PathfindingToolUnity

Inheritance: StateWill
ファイルを表示 Open project: benjaml/PathfindingToolUnity

Public Properties

Property Type Description
states List

Public Methods

Method Description
FightStateMachineWill ( int id, List listState, int indexFirstState ) : System.Collections
FightStateMachineWill ( int id, StateWill, state ) : System.Collections
changeState ( StateWill, newState ) : void
execute ( ) : StateWill,

Method Details

FightStateMachineWill() public method

public FightStateMachineWill ( int id, List listState, int indexFirstState ) : System.Collections
id int
listState List
indexFirstState int
return System.Collections

FightStateMachineWill() public method

public FightStateMachineWill ( int id, StateWill, state ) : System.Collections
id int
state StateWill,
return System.Collections

changeState() public method

public changeState ( StateWill, newState ) : void
newState StateWill,
return void

execute() public method

public execute ( ) : StateWill,
return StateWill,

Property Details

states public_oe property

public List states
return List