unreal.RigVMFunction_DebugLine
¶
- class unreal.RigVMFunction_DebugLine(execute_context: RigVMExecuteContext = [], a: Vector = Ellipsis, b: Vector = Ellipsis, color: LinearColor = Ellipsis, thickness: float = 0.0, space: Name = 'None', world_offset: Transform = Ellipsis, enabled: bool = False)¶
Bases:
RigVMFunction_DebugBaseMutable
Rig VMFunction Debug Line
C++ Source:
Module: RigVM
File: RigVMFunction_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
(RigVMExecuteContext): [Read-Write] * This property is used to chain multiple mutable nodes togetherspace
(Name): [Read-Write]thickness
(float): [Read-Write]world_offset
(Transform): [Read-Write]
- property color: LinearColor¶
[Read-Write]
- Type: