unreal.RigUnit_DrawDebugArrow

class unreal.RigUnit_DrawDebugArrow(execute_context: RigVMExecuteContext = [], drawer: DebugDrawer = [], start_location: Vector = Ellipsis, end_location: Vector = Ellipsis, line_style: DrawDebugLineStyle = Ellipsis, depth_test: bool = False, settings: DrawDebugArrowSettings = Ellipsis)

Bases: RigUnit_DrawDebugLibraryBase

Debug Draw an arrow

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

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

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

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

  • settings (DrawDebugArrowSettings): [Read-Write] Arrow Settings

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

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 end_location: Vector

[Read-Write] Draw End Location

Type:

(Vector)

property line_style: DrawDebugLineStyle

[Read-Write] Line Style

Type:

(DrawDebugLineStyle)

property settings: DrawDebugArrowSettings

[Read-Write] Arrow Settings

Type:

(DrawDebugArrowSettings)

property start_location: Vector

[Read-Write] Draw Start Location

Type:

(Vector)