unreal.RigUnit_DrawDebugConeLookAt

class unreal.RigUnit_DrawDebugConeLookAt(execute_context: RigVMExecuteContext = [], drawer: DebugDrawer = [], location: Vector = Ellipsis, direction: Vector = Ellipsis, line_style: DrawDebugLineStyle = Ellipsis, depth_test: bool = False, length: float = 0.0, angle: float = 0.0, segments: int = 0)

Bases: RigUnit_DrawDebugLibraryBase

Debug Draw a cone starting from the point oriented on the forward axis, with the given angle

C++ Source:

  • Plugin: DrawDebugLibrary

  • Module: DrawDebugLibrary

  • File: RigUnit_DrawDebugLibrary.h

Editor Properties: (see get_editor_property/set_editor_property)

  • angle (float): [Read-Write] Cone Angle

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

  • direction (Vector): [Read-Write] Draw Direction

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

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

  • length (float): [Read-Write] Cone Length

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

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

  • segments (int32): [Read-Write] Number of segments

property angle: float

[Read-Write] Cone Angle

Type:

(float)

property depth_test: bool

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

Type:

(bool)

property direction: Vector

[Read-Write] Draw Direction

Type:

(Vector)

property drawer: DebugDrawer

[Read-Write] Debug Drawer

Type:

(DebugDrawer)

property length: float

[Read-Write] Cone Length

Type:

(float)

property line_style: DrawDebugLineStyle

[Read-Write] Line Style

Type:

(DrawDebugLineStyle)

property location: Vector

[Read-Write] Draw Location

Type:

(Vector)

property segments: int

[Read-Write] Number of segments

Type:

(int32)