UxrLookAtMode Enumeration
Enumerates the different modes for a “look at” operation.
Namespace: UltimateXR.Animation.Transforms
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public enum UxrLookAtMode
Members
Member name | Value | Description | |
---|---|---|---|
Target | 0 | Look at the target. | |
MatchTargetDirection | 1 | Align to a specific target’s direction. | |
WorldDirection | 2 | Use a direction in world-space coordinates. |