unreal.RigUnit_DebugLineStrip¶
- class unreal.RigUnit_DebugLineStrip(execute_context: ControlRigExecuteContext = [], points: Array[Vector] = [], color: LinearColor = Ellipsis, thickness: float = 0.0, space: Name = 'None', world_offset: Transform = Ellipsis, enabled: bool = False)¶
Bases:
RigUnit_DebugBaseMutableRig 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] Colorenabled(bool): [Read-Only] Enabledexecute_context(ControlRigExecuteContext): [Read-Write] Execute Context: * This property is used to chain multiple mutable units togetherpoints(Array[Vector]): [Read-Write] Pointsspace(Name): [Read-Write] Spacethickness(float): [Read-Write] Thicknessworld_offset(Transform): [Read-Write] World Offset
- property color: LinearColor¶
[Read-Write] Color
- Type: