Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
CheckIfBelowLevel
C# Class CheckIfBelowLevel, GGJ2016
Inheritance:
MonoBehaviour
Show file
Open project: netgrind/GGJ2016
Public Properties
Property
Type
Description
fadeInOnReset
bool
resetBelowThisY
float
resetKey
KeyCode,
startingPosition
Vector3
Public Methods
Method
Description
Awake
( ) :
void
Update
( ) :
void
Private Methods
Method
Description
OnBelowLevel
( ) :
void
Method Details
Awake()
public
method
public
Awake
( ) :
void
return
void
Update()
public
method
public
Update
( ) :
void
return
void
Property Details
fadeInOnReset
public property
public
bool
fadeInOnReset
return
bool
resetBelowThisY
public property
public
float
resetBelowThisY
return
float
resetKey
public property
public
KeyCode,
resetKey
return
KeyCode,
startingPosition
public property
public
Vector3
startingPosition
return
Vector3