UxrAnimationType Enumeration
Enumerates the different well-known hand animation types (poses).
Namespace: UltimateXR.Avatar.Controllers
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public enum UxrAnimationType
Members
Member name | Value | Description | |
---|---|---|---|
LeftHandOther | 0 | Non-relevant left hand pose | |
RightHandOther | 1 | Non-relevant right hand pose | |
LeftHandGrab | 2 | Left hand pose used for grabbing. | |
RightHandGrab | 3 | Right hand pose used for grabbing. | |
LeftFingerPoint | 4 | Left hand pose used for pointing with the finger. | |
RightFingerPoint | 5 | Right hand pose used for pointing with the finger. |