UxrRuntimeFingerDescriptor Class
Runtime, lightweight version of UxrFingerDescriptor. See UxrRuntimeHandDescriptor.
Inheritance Hierarchy
System.Object
UltimateXR.Avatar.Rig.UxrRuntimeFingerDescriptor
Namespace: UltimateXR.Avatar.Rig
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public class UxrRuntimeFingerDescriptor
The UxrRuntimeFingerDescriptor type exposes the following members.
Constructors
Name | Description | |
---|---|---|
UxrRuntimeFingerDescriptor() | Default constructor. | |
UxrRuntimeFingerDescriptor(UxrAvatar, UxrHandSide, UxrHandDescriptor, UxrFingerType) | Constructor. | |
UxrRuntimeFingerDescriptor(Boolean, Quaternion, Quaternion, Quaternion, Quaternion) | Constructor. |
Properties
Name | Description | |
---|---|---|
DistalRotation | Gets the proximal local rotation. | |
HasMetacarpalInfo | Gets whether the descriptor contains metacarpal information. | |
IntermediateRotation | Gets the intermediate local rotation. | |
MetacarpalRotation | Gets the metacarpal local rotation. | |
ProximalRotation | Gets the proximal local rotation. |
Methods
Name | Description | |
---|---|---|
CopyFrom | Copies the data from another descriptor. | |
InterpolateTo | Interpolates towards another runtime finger descriptor. |
Extension Methods
Name | Description | |
---|---|---|
ThrowIfNull | Throws an exception if the object is null. (Defined by ObjectExt.) |