C# Class GameFramework.AiStateInfo

Show file Open project: dreamanlan/CSharpGameFramework Class Usage Examples

Public Methods

Method Description
ChangeToState ( int state ) : void
CloneAiStates ( ) : int[]
CloneAiStates ( IEnumerable states ) : void
PopState ( ) : int
PushState ( int state ) : void
Reset ( ) : void
SetExternalTarget ( int target ) : void

Method Details

ChangeToState() public method

public ChangeToState ( int state ) : void
state int
return void

CloneAiStates() public method

public CloneAiStates ( ) : int[]
return int[]

CloneAiStates() public method

public CloneAiStates ( IEnumerable states ) : void
states IEnumerable
return void

PopState() public method

public PopState ( ) : int
return int

PushState() public method

public PushState ( int state ) : void
state int
return void

Reset() public method

public Reset ( ) : void
return void

SetExternalTarget() public method

public SetExternalTarget ( int target ) : void
target int
return void