unreal.RigUnit_DebugLineStrip

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

Bases: RigUnit_DebugBaseMutable

Rig Unit Debug Line Strip

C++ Source:

  • Plugin: ControlRig

  • Module: ControlRig

  • File: RigUnit_DebugLineStrip.h

Editor Properties: (see get_editor_property/set_editor_property)

  • color (LinearColor): [Read-Write]

  • enabled (bool): [Read-Only]

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

  • points (Array[Vector]): [Read-Write]

  • space (Name): [Read-Write]

  • thickness (float): [Read-Write]

  • world_offset (Transform): [Read-Write]

property color: LinearColor

[Read-Write]

Type:

(LinearColor)

property enabled: bool

[Read-Only]

Type:

(bool)

property points: None

[Read-Write]

Type:

(Array[Vector])

property space: Name

[Read-Write]

Type:

(Name)

property thickness: float

[Read-Write]

Type:

(float)

property world_offset: Transform

[Read-Write]

Type:

(Transform)