UxrAvatarLeg Class

Stores bone references of an Avatar’s leg.

Inheritance Hierarchy

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

Syntax

C#

[SerializableAttribute]
public class UxrAvatarLeg


The UxrAvatarLeg type exposes the following members.

Constructors

NameDescription
Public methodUxrAvatarLeg

Properties

NameDescription
Public propertyFoot Gets or sets the foot transform.
Public propertyLowerLeg Gets or sets the lower leg transform.
Public propertyToes Gets or sets the toes transform.
Public propertyTransforms Gets a sequence of all the non-null transforms in the leg.
Public propertyUpperLeg Gets or sets the upper leg 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