UxrHandPoseType Enumeration

Enumerates the different pose types.

Namespace: UltimateXR.Manipulation.HandPoses
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0

Syntax

C#

public enum UxrHandPoseType


Members

Member nameValueDescription
None0Not initialized.
Fixed1Fixed pose (pose with a single state).
Blend2Blend pose. A blend pose has two states, open and closed, and allows to blend between them. In the grabbing system it allows using a single blend grab pose for multiple objects with different sizes.

See Also

Reference

UltimateXR.Manipulation.HandPoses Namespace