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

NameDescription
Public methodUxrRuntimeFingerDescriptor() Default constructor.
Public methodUxrRuntimeFingerDescriptor(UxrAvatar, UxrHandSide, UxrHandDescriptor, UxrFingerType) Constructor.
Public methodUxrRuntimeFingerDescriptor(Boolean, Quaternion, Quaternion, Quaternion, Quaternion) Constructor.

Properties

NameDescription
Public propertyDistalRotation Gets the proximal local rotation.
Public propertyHasMetacarpalInfo Gets whether the descriptor contains metacarpal information.
Public propertyIntermediateRotation Gets the intermediate local rotation.
Public propertyMetacarpalRotation Gets the metacarpal local rotation.
Public propertyProximalRotation Gets the proximal local rotation.

Methods

NameDescription
Public methodCopyFrom Copies the data from another descriptor.
Public methodInterpolateTo Interpolates towards another runtime finger descriptor.

Extension Methods

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

See Also

Reference

UltimateXR.Avatar.Rig Namespace