unreal.RigVMFunction_VisualDebugQuatNoSpace

class unreal.RigVMFunction_VisualDebugQuatNoSpace(value: Quat = Ellipsis, enabled: bool = False, thickness: float = 0.0, scale: float = 0.0)

Bases: RigVMFunction_DebugBase

Debug draw parameters for an Axis given a quaternion

C++ Source:

  • Plugin: RigVM

  • Module: RigVM

  • File: RigVMFunction_VisualDebug.h

Editor Properties: (see get_editor_property/set_editor_property)

  • enabled (bool): [Read-Write]

  • scale (float): [Read-Write]

  • thickness (float): [Read-Write]

  • value (Quat): [Read-Write]

property enabled: bool

[Read-Write]

Type:

(bool)

property scale: float

[Read-Write]

Type:

(float)

property thickness: float

[Read-Write]

Type:

(float)

property value: Quat

[Read-Write]

Type:

(Quat)