unreal.RigUnit_DrawDebugMoverOrientation¶
- class unreal.RigUnit_DrawDebugMoverOrientation(execute_context: RigVMExecuteContext = [], drawer: DebugDrawer = [], location: Vector = Ellipsis, rotation: Rotator = Ellipsis, line_style: DrawDebugLineStyle = Ellipsis, depth_test: bool = False, forward_vector: Vector = Ellipsis, scale: float = 0.0)¶
Bases:
RigUnit_DrawDebugLibraryBaseDraws a flat 2d motif representing mover position and rotation
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 resultforward_vector(Vector): [Read-Write] Forward Direction Vector Locationline_style(DrawDebugLineStyle): [Read-Write] Line Stylelocation(Vector): [Read-Write] Draw Locationrotation(Rotator): [Read-Write] Draw Rotationscale(float): [Read-Write] Motif Scale
- property drawer: DebugDrawer¶
[Read-Write] Debug Drawer
- Type:
- property line_style: DrawDebugLineStyle¶
[Read-Write] Line Style
- Type: