C# Class PhoneOrientation

Inheritance: MonoBehaviour
Mostrar archivo 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_oe property

public float smooth
return float

tiltAngle public_oe property

public float tiltAngle
return float