XrNavigation(bpy_struct)

base class — bpy_struct

class bpy.types.XrNavigation(bpy_struct)

VR navigation settings

invert_rotation

Reverses the direction of rotation input (default False)

Type:

bool

snap_turn

Instantly rotates the camera by a fixed angle instead of smoothly turning (default True)

Type:

bool

turn_amount

Amount in degrees per turn when using snap turn (in [0, 6.28319], default 0.523599)

Type:

float

turn_speed

Turn speed in degrees per second (in [0, inf], default 1.0472)

Type:

float

vignette_intensity

Intensity of vignette that appears when moving (in [0, 100], default 70.0)

Type:

float

classmethod bl_rna_get_subclass(id, default=None, /)
Parameters:
  • id (str) – The RNA type identifier.

  • default (bpy.types.Struct | None) – The value to return when not found.

Returns:

The RNA type or default when not found.

Return type:

bpy.types.Struct

classmethod bl_rna_get_subclass_py(id, default=None, /)
Parameters:
  • id (str) – The RNA type identifier.

  • default (type | None) – The value to return when not found.

Returns:

The class or default when not found.

Return type:

type

Inherited Properties

Inherited Functions

References