HandJoint

class HandJoint

Represents a single hand joint, including its position and rotation.

Constructors

Link copied to clipboard
constructor(position: Vector3, rotation: Quat, index: HandJoint.Index)

Types

Link copied to clipboard
enum Index : Enum<HandJoint.Index>

Represents the indices of hand joints.

Properties

Link copied to clipboard

The index identifying the current hand joint.

Link copied to clipboard

The position of the hand joint.

Link copied to clipboard

The rotation of the hand joint.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String