C# Class TestGoal

Inheritance: GoalState
ファイルを表示 Open project: Denakee/HackerMan_2016 Class Usage Examples

Public Properties

Property Type Description
countdown float

Public Methods

Method Description
CheckIfStateIsReached ( ) : bool
Update ( ) : void

Method Details

CheckIfStateIsReached() public method

public CheckIfStateIsReached ( ) : bool
return bool

Update() public method

public Update ( ) : void
return void

Property Details

countdown public_oe property

public float countdown
return float