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
Name | Description | |
---|---|---|
UxrAvatarLeg |
Properties
Name | Description | |
---|---|---|
Foot | Gets or sets the foot transform. | |
LowerLeg | Gets or sets the lower leg transform. | |
Toes | Gets or sets the toes transform. | |
Transforms | Gets a sequence of all the non-null transforms in the leg. | |
UpperLeg | Gets or sets the upper leg transform. |
Extension Methods
Name | Description | |
---|---|---|
ThrowIfNull | Throws an exception if the object is null. (Defined by ObjectExt.) |