UxrAvatarArm Class

Stores bone references of an Avatar’s arm.

Inheritance Hierarchy

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

Syntax

C#

[SerializableAttribute]
public class UxrAvatarArm


The UxrAvatarArm type exposes the following members.

Constructors

NameDescription
Public methodUxrAvatarArm Default constructor.

Properties

NameDescription
Public propertyClavicle Gets or sets the clavicle transform.
Public propertyForearm Gets or sets the forearm transform.
Public propertyHand Gets or sets the hand.
Public propertyTransforms Gets a sequence of all the non-null transforms in the arm.
Public propertyUpperArm Gets or sets the upper arm transform.

Extension Methods

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

See Also

Reference

UltimateXR.Avatar.Rig Namespace