UxrAvatarRigInfo Class

Stores information about the rig to facilitate transformations no matter the coordinate system used by the avatar hierarchy (See UxrUniversalLocalAxes). It also stores lengths and sizes that can facilitate operations such as Inverse Kinematics, calibration, etc.

Inheritance Hierarchy

System.Object
  UltimateXR.Avatar.Rig.UxrAvatarRigInfo
Namespace: UltimateXR.Avatar.Rig
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0

Syntax

C#

[SerializableAttribute]
public class UxrAvatarRigInfo


The UxrAvatarRigInfo type exposes the following members.

Constructors

NameDescription
Public methodUxrAvatarRigInfo

Properties

NameDescription
Public propertyArms Enumerates the arm information.

Methods

NameDescription
Public methodGetArmInfo Gets the arm information.

Extension Methods

NameDescription
Public Extension MethodThrowIfNull Throws an exception if the object is null. (Defined by ObjectExt.)

See Also

Reference

UltimateXR.Avatar.Rig Namespace