EasyTalk API
|
A component which can be used to automatically rotate an object around an axis over time. More...
Inherits MonoBehaviour.
Private Member Functions | |
void | Update () |
Updates the rotation of the object. | |
Private Attributes | |
Vector3 | rotationVector |
The rotation vector (in Euler angles). | |
float | rotationSpeed = 1.0f |
The rotation speed. | |
A component which can be used to automatically rotate an object around an axis over time.
|
private |
Updates the rotation of the object.
|
private |
The rotation speed.
|
private |
The rotation vector (in Euler angles).