unreal.RigUnit_DrawDebugNames

class unreal.RigUnit_DrawDebugNames(execute_context: RigVMExecuteContext = [], drawer: DebugDrawer = [], names: None = [], location: Vector = Ellipsis, rotation: Rotator = Ellipsis, separator: str = '', line_style: DrawDebugLineStyle = Ellipsis, depth_test: bool = False, settings: DrawDebugStringSettings = Ellipsis)

Bases: RigUnit_DrawDebugLibraryBase

Debug draws several names

C++ Source:

  • Plugin: DrawDebugLibrary

  • Module: DrawDebugLibrary

  • File: RigUnit_DrawDebugLibrary.h

Editor Properties: (see get_editor_property/set_editor_property)

  • depth_test (bool): [Read-Write] If to use depth testing while drawing

  • drawer (DebugDrawer): [Read-Write] Debug Drawer

  • execute_context (RigVMExecuteContext): [Read-Write] The execution result

  • line_style (DrawDebugLineStyle): [Read-Write] Line Style

  • location (Vector): [Read-Write] Draw Location

  • names (Array[Name]): [Read-Write] Names to draw

  • rotation (Rotator): [Read-Write] Draw Rotation

  • separator (str): [Read-Write] Separator to put between names

  • settings (DrawDebugStringSettings): [Read-Write] String Settings

property depth_test: bool

[Read-Write] If to use depth testing while drawing

Type:

(bool)

property drawer: DebugDrawer

[Read-Write] Debug Drawer

Type:

(DebugDrawer)

property line_style: DrawDebugLineStyle

[Read-Write] Line Style

Type:

(DrawDebugLineStyle)

property location: Vector

[Read-Write] Draw Location

Type:

(Vector)

property names: None

[Read-Write] Names to draw

Type:

(Array[Name])

property rotation: Rotator

[Read-Write] Draw Rotation

Type:

(Rotator)

property separator: str

[Read-Write] Separator to put between names

Type:

(str)

property settings: DrawDebugStringSettings

[Read-Write] String Settings

Type:

(DrawDebugStringSettings)