Rotate
Class in Zigurous.Animation
Inherits from UpdateBehaviour
Declaration
public sealed class Rotate : UpdateBehaviour
Description
Rotates an object in space by a given speed.
Properties
space | The coordinate space in which the object rotates. |
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. |