UxrCompassDisplayMode Enumeration
Enumerates the different display modes for UxrCompass.
Namespace: UltimateXR.Guides
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public enum UxrCompassDisplayMode
Members
Member name | Value | Description | |
---|---|---|---|
OnlyCompass | 0 | Only the compass will be shown while the target is not in sight. | |
Location | 1 | Show compass while the target is not in sight. Show location icon on top of target while the target is in sight. | |
Grab | 2 | Show compass while the target is not in sight. Show grab icon on top of target while the target is in sight. | |
Look | 3 | Show compass while the target is not in sight. Show look icon on top of target while the target is in sight. | |
Use | 4 | Show compass while the target is not in sight. Show use icon on top of target while the target is in sight. |