RotateAround
Class in Zigurous.Animation
Inherits from UpdateBehaviour
Declaration
public sealed class RotateAround : UpdateBehaviourDescription
Rotates an object around a point by a given speed.
Properties
| point | The point to rotate around. |
| axis | The axis in which the object rotates. |
| speed | The speed at which the object rotates. |
Methods
| OnUpdate | Handles updates of the animation behavior. |
Inherited
Properties
| updateMode | The update mode of the behavior. |