unreal.MagicLeapGestureTransformSpace

class unreal.MagicLeapGestureTransformSpace

Bases: unreal.EnumBase

Gesture key point transform spaces.

C++ Source:

  • Plugin: MagicLeap

  • Module: MagicLeapHandTracking

  • File: MagicLeapHandTrackingTypes.h

HAND

Gesture key point transforms are reported in gesture hand center space.

Type

1

TRACKING

Gesture key point transforms are reported in device Tracking space.

Type

2

WORLD

Gesture key point transforms are reported in Unreal world space. This is more costly on CPU.

Type

0