UxrLoopMode Enumeration
Supported interpolation loop modes.
Namespace: UltimateXR.Animation.Interpolation
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public enum UxrLoopMode
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | No looping. | |
| Loop | 1 | Will start from the beginning again when reaching the end. | |
| PingPong | 2 | Will go back and forth from beginning to end. |