UxrAvatarFingerInfo Class

Stores information of an avatar rig’s finger.

Inheritance Hierarchy

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

Syntax

C#

[SerializableAttribute]
public class UxrAvatarFingerInfo

The UxrAvatarFingerInfo type exposes the following members.

Constructors

NameDescription
Public methodUxrAvatarFingerInfo

Properties

NameDescription
Public propertyDistalInfo Gets the distal bone info.
Public propertyDistalLocalFingerPrintCenter Gets an approximate position of the finger print center in local coordinates of the distal bone. The position is computed as a position at 2/3 of the distance between the distal bone start and the tip and at the bottom part of the distal using the distal radius.
Public propertyDistalLocalTip Gets the finger tip in local coordinates of the distal bone.
Public propertyFingerPrintDirection Gets the finger print direction in world-space. The direction points from the finger print center downwards.
Public propertyFingerPrintPosition Gets the finger print approximate position. The position is computed as a position at 2/3 of the distance between the distal bone start and the tip and at the bottom part of the distal using the distal radius.
Public propertyIntermediateInfo Gets the intermediate bone info.
Public propertyMetacarpalInfo Gets the metacarpal bone info.
Public propertyProximalInfo Gets the proximal bone info.
Public propertyTipDirection Gets the tip forward direction in world-space.
Public propertyTipPosition Gets the tip position in world-space.

Extension Methods

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

See Also

Reference

UltimateXR.Avatar.Rig Namespace