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 nameValueDescription
None0No looping.
Loop1Will start from the beginning again when reaching the end.
PingPong2Will go back and forth from beginning to end.

See Also

Reference

UltimateXR.Animation.Interpolation Namespace