C# Class OVRWaitCursor

Rotates this GameObject at a given speed.
Inheritance: MonoBehaviour
Datei anzeigen Open project: leapmotion/ImageGrid

Public Properties

Property Type Description
rotateSpeeds Vector3

Public Methods

Method Description
Update ( ) : void

Auto rotates the attached cursor.

Method Details

Update() public method

Auto rotates the attached cursor.
public Update ( ) : void
return void

Property Details

rotateSpeeds public_oe property

public Vector3 rotateSpeeds
return Vector3