UxrAvatarController.UpdateAvatar Method

Updates the avatar for the given frame. This is normally in charge of updating input devices, tracking devices and locomotion. Animation is left for a later stage (UpdateAvatarAnimation()), to make sure it is performed in the right order right after Unity has updated the built-in animation components such as Animator.

Namespace: UltimateXR.Avatar.Controllers
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0

Syntax

C#

protected virtual void UpdateAvatar()

See Also

Reference

UxrAvatarController Class
UltimateXR.Avatar.Controllers Namespace