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 name | Value | Description | |
---|---|---|---|
Local | 0 | Avatar is updated automatically using input/tracking components. This is the avatar that is controlled by the user. | |
UpdateExternally | 1 | “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… |