C# Class PhoneOrientation

Inheritance: MonoBehaviour
Show file Open project: natewinck/LightsOut Class Usage Examples

Public Properties

Property Type Description
smooth float
tiltAngle float

Public Methods

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

Method Details

ResetOrientation() public method

public ResetOrientation ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

smooth public property

public float smooth
return float

tiltAngle public property

public float tiltAngle
return float