UxrAvatarMode Enumeration

Avatar operating modes.

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

Syntax

C#

public enum UxrAvatarMode


Members

Member nameValueDescription
Local0Avatar is updated automatically using input/tracking components. This is the avatar that is controlled by the user.
UpdateExternally1“Puppet” mode where avatar is not updated internally and transforms are required to be updated externally instead. These are remote avatars controlled by other users in a networking scenario, avatars in replay mode, etc…

See Also

Reference

UltimateXR.Avatar Namespace