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 nameValueDescription
None0Don’t update.
Update1Update on UxrManager’s Update(). If the UxrAvatar has any Animator components, these will override any animation or hand poses generated by UltimateXR.
LateUpdate2Update on UxrManager’s LateUpdate(). If the UxrAvatar has any Animator components, UltimateXR animation or hand poses will prevail.

See Also

Reference

UltimateXR.Core Namespace