UxrPostUpdateMode Enumeration
Enumerates where UxrManager updates the UxrAvatar post-update. Among elements processed in the post-update is the animation. See PostUpdateMode
Namespace: UltimateXR.Core
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public enum UxrPostUpdateMode
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 | Don’t update. | |
Update | 1 | Update on UxrManager’s Update(). If the UxrAvatar has any Animator components, these will override any animation or hand poses generated by UltimateXR. | |
LateUpdate | 2 | Update on UxrManager’s LateUpdate(). If the UxrAvatar has any Animator components, UltimateXR animation or hand poses will prevail. |