unreal.RigVMFunction_DebugRectangleNoSpace

class unreal.RigVMFunction_DebugRectangleNoSpace(execute_context: RigVMExecuteContext = [], transform: Transform = Ellipsis, color: LinearColor = Ellipsis, scale: float = 0.0, thickness: float = 0.0, world_offset: Transform = Ellipsis, enabled: bool = False)

Bases: RigVMFunction_DebugBaseMutable

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

  • enabled (bool): [Read-Write]

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

  • scale (float): [Read-Write]

  • thickness (float): [Read-Write]

  • transform (Transform): [Read-Write]

  • world_offset (Transform): [Read-Write]

property color: LinearColor

[Read-Write]

Type:

(LinearColor)

property enabled: bool

[Read-Write]

Type:

(bool)

property scale: float

[Read-Write]

Type:

(float)

property thickness: float

[Read-Write]

Type:

(float)

property transform: Transform

[Read-Write]

Type:

(Transform)

property world_offset: Transform

[Read-Write]

Type:

(Transform)