UxrAvatarRenderModes Enumeration
Flags describing the different avatar render elements that can be enabled/disabled separately.
Namespace: UltimateXR.Avatar
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
[FlagsAttribute]
public enum UxrAvatarRenderModes
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Avatar isn’t rendered. | |
| LeftController | 1 | Left input controller 3D model is rendered. In single controller setups, both left and right will target the same controller. | |
| RightController | 2 | Right input controller 3D model is rendered. In single controller setups, both left and right will target the same controller. | |
| Avatar | 4 | Avatar is rendered. | |
| AllControllers | 3 | All input controllers are rendered. | |
| AllControllersAndAvatar | 7 | All input controllers and the avatar are rendered. |