XrNavigation(bpy_struct)

base class — bpy_struct

class bpy.types.XrNavigation(bpy_struct)

VR navigation settings

invert_rotation

Reverses the direction of rotation input

Type:

boolean, default False

snap_turn

Instantly rotates the camera by a fixed angle instead of smoothly turning

Type:

boolean, default True

turn_amount

Amount in degrees per turn when using snap turn

Type:

float in [0, 6.28319], default 0.523599

turn_speed

Turn speed in degrees per second

Type:

float in [0, inf], default 1.0472

vignette_intensity

Intensity of vignette that appears when moving

Type:

float in [0, 100], default 60.0

classmethod bl_rna_get_subclass(id, default=None, /)
Parameters:

id (str) – The RNA type identifier.

Returns:

The RNA type or default when not found.

Return type:

bpy.types.Struct subclass

classmethod bl_rna_get_subclass_py(id, default=None, /)
Parameters:

id (str) – The RNA type identifier.

Returns:

The class or default when not found.

Return type:

type

Inherited Properties

Inherited Functions

References