unreal.RigUnit_DebugLineStripItemSpace

class unreal.RigUnit_DebugLineStripItemSpace(execute_context: ControlRigExecuteContext = [], points: Array[Vector] = [], color: LinearColor = Ellipsis, thickness: float = 0.0, space: RigElementKey = Ellipsis, world_offset: Transform = Ellipsis, enabled: bool = False)

Bases: RigUnit_DebugBaseMutable

Draws a line strip in the viewport given any number of points

C++ Source:

  • Plugin: ControlRig

  • Module: ControlRig

  • File: RigUnit_DebugLineStrip.h

Editor Properties: (see get_editor_property/set_editor_property)

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

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

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

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

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

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

  • world_offset (Transform): [Read-Write] World Offset

property color: LinearColor

[Read-Write] Color

Type:

(LinearColor)

property enabled: bool

[Read-Write] Enabled

Type:

(bool)

property points: Array[Vector]

[Read-Write] Points

Type:

(Array[Vector])

property space: RigElementKey

[Read-Write] Space

Type:

(RigElementKey)

property thickness: float

[Read-Write] Thickness

Type:

(float)

property world_offset: Transform

[Read-Write] World Offset

Type:

(Transform)