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_DrawDebugLibraryBaseDebug 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 Angledepth_test(bool): [Read-Write] If to use depth testing while drawingdirection(Vector): [Read-Write] Draw Directiondrawer(DebugDrawer): [Read-Write] Debug Drawerexecute_context(RigVMExecuteContext): [Read-Write] The execution resultlength(float): [Read-Write] Cone Lengthline_style(DrawDebugLineStyle): [Read-Write] Line Stylelocation(Vector): [Read-Write] Draw Locationsegments(int32): [Read-Write] Number of segments
- property drawer: DebugDrawer¶
[Read-Write] Debug Drawer
- Type:
- property line_style: DrawDebugLineStyle¶
[Read-Write] Line Style
- Type: