unreal.RigVMFunction_DebugRectangleNoSpace¶
- class unreal.RigVMFunction_DebugRectangleNoSpace(execute_pin: RigVMExecutePin = [], debug_draw_settings: RigVMDebugDrawSettings = Ellipsis, transform: Transform = Ellipsis, color: LinearColor = Ellipsis, scale: float = 0.0, thickness: float = 0.0, world_offset: Transform = Ellipsis, enabled: bool = False)¶
Bases:
RigVMFunction_DebugBaseMutableDraws a rectangle in the viewport given a transform
C++ Source:
Plugin: RigVM
Module: RigVM
File: RigVMFunction_DebugPrimitives.h
Editor Properties: (see get_editor_property/set_editor_property)
color(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 togetherscale(float): [Read-Write] The scale to apply to the debug drawthickness(float): [Read-Write] The line thickness to use for the debug drawtransform(Transform): [Read-Write] The transform of the rectangle to 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: