UxrAvatarHead Class

Stores bone references of an Avatar’s head.

Inheritance Hierarchy

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

Syntax

C#

[SerializableAttribute]
public class UxrAvatarHead


The UxrAvatarHead type exposes the following members.

Constructors

NameDescription
Public methodUxrAvatarHead

Properties

NameDescription
Public propertyHead Gets or sets the head transform.
Public propertyJaw Gets or sets the jaw transform.
Public propertyLeftEye Gets or sets the left eye transform.
Public propertyNeck Gets or sets the neck transform.
Public propertyRightEye Gets or sets the upper leg transform.
Public propertyTransforms Gets a sequence of all the non-null transforms in the head.

Extension Methods

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

See Also

Reference

UltimateXR.Avatar.Rig Namespace