C# Class PlayerDeathController, Viewport

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

Public Methods

Method Description
getPrevState ( ) : bool
getTimer ( ) : float
setPrevState ( bool prevState ) : void
setTimer ( float timer ) : void

Method Details

getPrevState() public method

public getPrevState ( ) : bool
return bool

getTimer() public method

public getTimer ( ) : float
return float

setPrevState() public method

public setPrevState ( bool prevState ) : void
prevState bool
return void

setTimer() public method

public setTimer ( float timer ) : void
timer float
return void