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_DrawDebugLibraryBaseDebug 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 drawingdrawer(DebugDrawer): [Read-Write] Debug Drawerend_location(Vector): [Read-Write] Draw End Locationexecute_context(RigVMExecuteContext): [Read-Write] The execution resultline_style(DrawDebugLineStyle): [Read-Write] Line Stylesettings(DrawDebugArrowSettings): [Read-Write] Arrow Settingsstart_location(Vector): [Read-Write] Draw Start Location
- property drawer: DebugDrawer¶
[Read-Write] Debug Drawer
- Type:
- property line_style: DrawDebugLineStyle¶
[Read-Write] Line Style
- Type:
- property settings: DrawDebugArrowSettings¶
[Read-Write] Arrow Settings
- Type: