C# Class FloatingIslands, GGJ-2016

Inheritance: MonoBehaviour
Show file Open project: BretHudson/GGJ-2016

Public Properties

Property Type Description
floatAmount float
screenshakeAmount float

Public Methods

Method Description
_Screenshake ( MessageScreenshake, msg ) : void

Private Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

_Screenshake() public method

public _Screenshake ( MessageScreenshake, msg ) : void
msg MessageScreenshake,
return void

Property Details

floatAmount public property

public float floatAmount
return float

screenshakeAmount public property

public float screenshakeAmount
return float