unreal.RigUnit_DrawDebugPoint¶
- class unreal.RigUnit_DrawDebugPoint(execute_context: RigVMExecuteContext = [], drawer: DebugDrawer = [], location: Vector = Ellipsis, point_style: DrawDebugPointStyle = Ellipsis, depth_test: bool = False)¶
Bases:
RigUnit_DrawDebugLibraryBaseDebug Draw a point
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 Drawerexecute_context(RigVMExecuteContext): [Read-Write] The execution resultlocation(Vector): [Read-Write] Point Locationpoint_style(DrawDebugPointStyle): [Read-Write] Point Style
- property drawer: DebugDrawer¶
[Read-Write] Debug Drawer
- Type:
- property point_style: DrawDebugPointStyle¶
[Read-Write] Point Style
- Type: