C# Class Indiefreaks.Xna.Logic.GoalDriven.GoalRoot

Inheritance: Goal
ファイルを表示 Open project: Indiefreaks/igf

Protected Methods

Method Description
Activate ( ) : void
EvaluateDesirability ( ) : float
OnCompleted ( ) : void
OnFailed ( ) : void
ShouldStatusChange ( GoalStatus subGoalStatus ) : GoalStatus
Terminate ( ) : void

Method Details

Activate() protected method

protected Activate ( ) : void
return void

EvaluateDesirability() protected method

protected EvaluateDesirability ( ) : float
return float

OnCompleted() protected method

protected OnCompleted ( ) : void
return void

OnFailed() protected method

protected OnFailed ( ) : void
return void

ShouldStatusChange() protected method

protected ShouldStatusChange ( GoalStatus subGoalStatus ) : GoalStatus
subGoalStatus GoalStatus
return GoalStatus

Terminate() protected method

protected Terminate ( ) : void
return void