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_DebugBaseMutable

Draws 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]

  • color (LinearColor): [Read-Write]

  • debug_draw_settings (RigVMDebugDrawSettings): [Read-Write]

  • enabled (bool): [Read-Write]

  • execute_pin (RigVMExecutePin): [Read-Write] * This property is used to chain multiple mutable nodes together

  • thickness (float): [Read-Write]

  • world_offset (Transform): [Read-Write]

property box: Box

[Read-Write]

Type:

(Box)

property color: LinearColor

[Read-Write]

Type:

(LinearColor)

property enabled: bool

[Read-Write]

Type:

(bool)

property thickness: float

[Read-Write]

Type:

(float)

property world_offset: Transform

[Read-Write]

Type:

(Transform)