C# Class MiniGame, otterspace

Inheritance: MonoBehaviour
ファイルを表示 Open project: dimo2/otterspace Class Usage Examples

Protected Properties

Property Type Description
timeFactor float

Public Methods

Method Description
Destroy ( ) : void
GetState ( ) : State,
StartGame ( float tF ) : void

Protected Methods

Method Description
Lose ( ) : void
Win ( ) : void

Method Details

Destroy() public method

public Destroy ( ) : void
return void

GetState() public method

public GetState ( ) : State,
return State,

Lose() protected method

protected Lose ( ) : void
return void

StartGame() public method

public StartGame ( float tF ) : void
tF float
return void

Win() protected method

protected Win ( ) : void
return void

Property Details

timeFactor protected_oe property

protected float timeFactor
return float