unreal.XRGestureConfig

class unreal.XRGestureConfig(tap: bool = False, hold: bool = False, axis_gesture: SpatialInputGestureAxis = Ellipsis, navigation_axis_x: bool = False, navigation_axis_y: bool = False, navigation_axis_z: bool = False)

Bases: StructBase

XRGesture Config

C++ Source:

  • Module: HeadMountedDisplay

  • File: XRGestureConfig.h

Editor Properties: (see get_editor_property/set_editor_property)

  • axis_gesture (SpatialInputGestureAxis): [Read-Write]

  • hold (bool): [Read-Write]

  • navigation_axis_x (bool): [Read-Write]

  • navigation_axis_y (bool): [Read-Write]

  • navigation_axis_z (bool): [Read-Write]

  • tap (bool): [Read-Write]

property axis_gesture: SpatialInputGestureAxis

[Read-Write]

Type:

(SpatialInputGestureAxis)

property hold: bool

[Read-Write]

Type:

(bool)

property navigation_axis_x: bool

[Read-Write]

Type:

(bool)

property navigation_axis_y: bool

[Read-Write]

Type:

(bool)

property navigation_axis_z: bool

[Read-Write]

Type:

(bool)

property tap: bool

[Read-Write]

Type:

(bool)