unreal.RigUnit_VisualDebugVectorItemSpace

class unreal.RigUnit_VisualDebugVectorItemSpace(value: Vector = Ellipsis, enabled: bool = False, mode: RigUnitVisualDebugPointMode = Ellipsis, color: LinearColor = Ellipsis, thickness: float = 0.0, scale: float = 0.0, space: RigElementKey = Ellipsis)

Bases: RigUnit_DebugBase

Debug draw parameters for a Point or Vector given a vector

C++ Source:

  • Plugin: ControlRig

  • Module: ControlRig

  • File: RigUnit_VisualDebug.h

Editor Properties: (see get_editor_property/set_editor_property)

  • color (LinearColor): [Read-Write] Color

  • enabled (bool): [Read-Write] Enabled

  • mode (RigUnitVisualDebugPointMode): [Read-Write] Mode

  • scale (float): [Read-Write] Scale

  • space (RigElementKey): [Read-Write] Space

  • thickness (float): [Read-Write] Thickness

  • value (Vector): [Read-Write] Value

property color: LinearColor

[Read-Write] Color

Type:

(LinearColor)

property enabled: bool

[Read-Write] Enabled

Type:

(bool)

property mode: RigUnitVisualDebugPointMode

[Read-Write] Mode

Type:

(RigUnitVisualDebugPointMode)

property scale: float

[Read-Write] Scale

Type:

(float)

property space: RigElementKey

[Read-Write] Space

Type:

(RigElementKey)

property thickness: float

[Read-Write] Thickness

Type:

(float)

property value: Vector

[Read-Write] Value

Type:

(Vector)