C# Class TimeFail

Inheritance: FailState
ファイルを表示 Open project: Denakee/HackerMan_2016

Public Properties

Property Type Description
countdownTime float

Public Methods

Method Description
CheckIfStateIsReached ( ) : bool
GetTimeCharAt ( int i ) : char
Start ( ) : void
Update ( ) : void

Method Details

CheckIfStateIsReached() public method

public CheckIfStateIsReached ( ) : bool
return bool

GetTimeCharAt() public method

public GetTimeCharAt ( int i ) : char
i int
return char

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

countdownTime public_oe property

public float countdownTime
return float