unreal.RigUnit_DrawDebugTransform

class unreal.RigUnit_DrawDebugTransform(execute_context: RigVMExecuteContext = [], drawer: DebugDrawer = [], transform: Transform = Ellipsis, line_style: DrawDebugLineStyle = Ellipsis, depth_test: bool = False, draw_radius: float = 0.0)

Bases: RigUnit_DrawDebugLibraryBase

Debug Draw a set of axes at the given transform

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

  • draw_radius (float): [Read-Write] Radius of the transform axis

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

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

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

  • transform (Transform): [Read-Write] Transform to draw

property depth_test: bool

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

Type:

(bool)

property draw_radius: float

[Read-Write] Radius of the transform axis

Type:

(float)

property drawer: DebugDrawer

[Read-Write] Debug Drawer

Type:

(DebugDrawer)

property line_style: DrawDebugLineStyle

[Read-Write] Line Style

Type:

(DrawDebugLineStyle)

property transform: Transform

[Read-Write] Transform to draw

Type:

(Transform)