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
Name | Description | |
---|---|---|
UxrAvatarFingerInfo |
Properties
Name | Description | |
---|---|---|
DistalInfo | Gets the distal bone info. | |
DistalLocalFingerPrintCenter | 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. | |
DistalLocalTip | Gets the finger tip in local coordinates of the distal bone. | |
FingerPrintDirection | Gets the finger print direction in world-space. The direction points from the finger print center downwards. | |
FingerPrintPosition | 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. | |
IntermediateInfo | Gets the intermediate bone info. | |
MetacarpalInfo | Gets the metacarpal bone info. | |
ProximalInfo | Gets the proximal bone info. | |
TipDirection | Gets the tip forward direction in world-space. | |
TipPosition | Gets the tip position in world-space. |
Extension Methods
Name | Description | |
---|---|---|
ThrowIfNull | Throws an exception if the object is null. (Defined by ObjectExt.) |