UxrManager.PostUpdateMode Property
Gets or sets when to perform the post-update. The post-update updates among others the avatar animation (hand poses, manipulation mechanics and Inverse Kinematics). It is LateUpdate by default to make sure they are played on top of any animation generated by Unity built-in animation components like Animator.
Namespace: UltimateXR.Core
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public UxrPostUpdateMode PostUpdateMode { get; set; }
Property Value
Type: UxrPostUpdateMode