UxrTranslationType Enumeration
Enumerates the different types an avatar can teleport from one place to another.
Namespace: UltimateXR.Locomotion
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public enum UxrTranslationType
Members
Member name | Value | Description | |
---|---|---|---|
Immediate | 0 | Immediate teleportation. | |
Fade | 1 | Fadeout -> teleportation -> Fadein. | |
Smooth | 2 | Position interpolation. |