unreal.RigVMFunction_DebugLineNoSpace

class unreal.RigVMFunction_DebugLineNoSpace(execute_context: RigVMExecuteContext = [], a: Vector = Ellipsis, b: Vector = Ellipsis, color: LinearColor = Ellipsis, thickness: float = 0.0, world_offset: Transform = Ellipsis, enabled: bool = False)

Bases: RigVMFunction_DebugBaseMutable

Draws a line in the viewport given a start and end vector

C++ Source:

  • Plugin: RigVM

  • 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-Write]

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

  • thickness (float): [Read-Write]

  • world_offset (Transform): [Read-Write]

property a: Vector

[Read-Write]

Type:

(Vector)

property b: Vector

[Read-Write]

Type:

(Vector)

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)