C# Class CheckIfBelowLevel, GGJ2016

Inheritance: MonoBehaviour
Datei anzeigen 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_oe property

public bool fadeInOnReset
return bool

resetBelowThisY public_oe property

public float resetBelowThisY
return float

resetKey public_oe property

public KeyCode, resetKey
return KeyCode,

startingPosition public_oe property

public Vector3 startingPosition
return Vector3