UxrAnimationMode Enumeration
The supported animation modes used in different animation components.
Namespace: UltimateXR.Animation
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public enum UxrAnimationMode
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 | No animation. | |
Speed | 1 | Animate using a constant increase/decrease speed. | |
Interpolate | 2 | Animate using interpolation with different easing types. Can optionally be looped. | |
Noise | 3 | Animate using noise input. |