Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
PlayerDeathController
C# Class PlayerDeathController, Viewport
Inheritance:
MonoBehaviour
Datei anzeigen
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