unreal.RigVMFunction_DebugBoxNoSpace¶
- class unreal.RigVMFunction_DebugBoxNoSpace(execute_pin: RigVMExecutePin = [], debug_draw_settings: RigVMDebugDrawSettings = Ellipsis, box: Box = Ellipsis, color: LinearColor = Ellipsis, thickness: float = 0.0, world_offset: Transform = Ellipsis, enabled: bool = False)¶
Bases:
RigVMFunction_DebugBaseMutableDraws a box in the viewport
C++ Source:
Plugin: RigVM
Module: RigVM
File: RigVMFunction_DebugPrimitives.h
Editor Properties: (see get_editor_property/set_editor_property)
box(Box): [Read-Write] The input bounding box to drawcolor(LinearColor): [Read-Write] The color to use for the debug drawdebug_draw_settings(RigVMDebugDrawSettings): [Read-Write] The debug draw settings for this nodeenabled(bool): [Read-Write] If set to False the debug drawing will be skippedexecute_pin(RigVMExecutePin): [Read-Write] This property is used to chain multiple mutable nodes togetherthickness(float): [Read-Write] The line thickness to use for the debug drawworld_offset(Transform): [Read-Write] The world offset to pre-multiply the positions with
- property color: LinearColor¶
[Read-Write] The color to use for the debug draw
- Type: