C# Class UnitTestAIAlgorithm.TestState

Inheritance: IState
ファイルを表示 Open project: porcellus/KomponensAlapuJatek Class Usage Examples

Public Methods

Method Description
AddChild ( IState state ) : void
AddChilds ( ) : void
GetChildCount ( ) : int
GetHValue ( ) : double
TestState ( double value ) : System
getChildAt ( int getStep ) : IState
setStateValue ( double value ) : void

Method Details

AddChild() public method

public AddChild ( IState state ) : void
state IState
return void

AddChilds() public method

public AddChilds ( ) : void
return void

GetChildCount() public method

public GetChildCount ( ) : int
return int

GetHValue() public method

public GetHValue ( ) : double
return double

TestState() public method

public TestState ( double value ) : System
value double
return System

getChildAt() public method

public getChildAt ( int getStep ) : IState
getStep int
return IState

setStateValue() public method

public setStateValue ( double value ) : void
value double
return void