unreal.RigVMFunction_DebugLineStripNoSpace
¶
- class unreal.RigVMFunction_DebugLineStripNoSpace(execute_context: RigVMExecuteContext = [], points: None = [], color: LinearColor = Ellipsis, thickness: float = 0.0, world_offset: Transform = Ellipsis, enabled: bool = False)¶
Bases:
RigVMFunction_DebugBaseMutable
Draws a line strip in the viewport given any number of points
C++ Source:
Module: RigVM
File: RigVMFunction_DebugLineStrip.h
Editor Properties: (see get_editor_property/set_editor_property)
color
(LinearColor): [Read-Write]enabled
(bool): [Read-Write]execute_context
(RigVMExecuteContext): [Read-Write] * This property is used to chain multiple mutable nodes togetherpoints
(Array[Vector]): [Read-Write]thickness
(float): [Read-Write]world_offset
(Transform): [Read-Write]
- property color: LinearColor¶
[Read-Write]
- Type: