unreal.RigUnit_DebugLine

class unreal.RigUnit_DebugLine(execute_context: ControlRigExecuteContext = [], a: Vector = Ellipsis, b: Vector = Ellipsis, color: LinearColor = Ellipsis, thickness: float = 0.0, space: Name = 'None', world_offset: Transform = Ellipsis, enabled: bool = False)

Bases: RigUnit_DebugBaseMutable

Rig Unit Debug Line

C++ Source:

  • Plugin: ControlRig

  • Module: ControlRig

  • File: RigUnit_DebugLine.h

Editor Properties: (see get_editor_property/set_editor_property)

  • a (Vector): [Read-Write]

  • b (Vector): [Read-Write]

  • color (LinearColor): [Read-Write]

  • enabled (bool): [Read-Only]

  • execute_context (ControlRigExecuteContext): [Read-Write] * This property is used to chain multiple mutable units together

  • space (Name): [Read-Write]

  • thickness (float): [Read-Write]

  • world_offset (Transform): [Read-Write]

property a: Vector

[Read-Write]

Type:

(Vector)

property b: Vector

[Read-Write]

Type:

(Vector)

property color: LinearColor

[Read-Write]

Type:

(LinearColor)

property enabled: bool

[Read-Only]

Type:

(bool)

property space: Name

[Read-Write]

Type:

(Name)

property thickness: float

[Read-Write]

Type:

(float)

property world_offset: Transform

[Read-Write]

Type:

(Transform)