UxrUpdateStage Enumeration
Enumerates the different update stages during a frame used by UxrManager events.
Namespace: UltimateXR.Core
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public enum UxrUpdateStage
Members
Member name | Value | Description | |
---|---|---|---|
Update | 0 | Stage where avatars update their internal state, input, tracking and locomotion (root avatar Transform). | |
AvatarUsingTracking | 1 | Stage where avatars update bones that are tracked using tracking devices. | |
Manipulation | 2 | Stage where the UxrGrabManager updates grabbable objects and avatar hand position/orientation constraints as a result of manipulation. | |
Animation | 3 | Stage where avatars update the different Transform components for hand animation and poses. | |
PostProcess | 4 | Post-processing stage where post-processing such as Inverse Kinematics are applied. |