unreal.RigUnit_VisualDebugTransformItemSpace

class unreal.RigUnit_VisualDebugTransformItemSpace(value: Transform = Ellipsis, enabled: bool = False, thickness: float = 0.0, scale: float = 0.0, space: RigElementKey = Ellipsis)

Bases: RigUnit_DebugBase

Debug draw parameters for an Axis given a transform

C++ Source:

  • Plugin: ControlRig

  • Module: ControlRig

  • File: RigUnit_VisualDebug.h

Editor Properties: (see get_editor_property/set_editor_property)

  • enabled (bool): [Read-Write]

  • scale (float): [Read-Write]

  • space (RigElementKey): [Read-Write]

  • thickness (float): [Read-Write]

  • value (Transform): [Read-Write]

property enabled: bool

[Read-Write]

Type:

(bool)

property scale: float

[Read-Write]

Type:

(float)

property space: RigElementKey

[Read-Write]

Type:

(RigElementKey)

property thickness: float

[Read-Write]

Type:

(float)

property value: Transform

[Read-Write]

Type:

(Transform)