unreal.RigUnit_DrawDebugAngle¶
- class unreal.RigUnit_DrawDebugAngle(execute_context: RigVMExecuteContext = [], drawer: DebugDrawer = [], location: Vector = Ellipsis, rotation: Rotator = Ellipsis, angle: float = 0.0, line_style: DrawDebugLineStyle = Ellipsis, depth_test: bool = False, line_length: float = 0.0, angle_radius: float = 0.0, segments: int = 0)¶
Bases:
RigUnit_DrawDebugLibraryBaseDebug Draw an angle
C++ Source:
Plugin: DrawDebugLibrary
Module: DrawDebugLibrary
File: RigUnit_DrawDebugLibrary.h
Editor Properties: (see get_editor_property/set_editor_property)
angle(float): [Read-Write] Angle to drawangle_radius(float): [Read-Write] Radius of the angular arcdepth_test(bool): [Read-Write] If to use depth testing while drawingdrawer(DebugDrawer): [Read-Write] Debug Drawerexecute_context(RigVMExecuteContext): [Read-Write] The execution resultline_length(float): [Read-Write] Length of the lineline_style(DrawDebugLineStyle): [Read-Write] Line Stylelocation(Vector): [Read-Write] Draw Locationrotation(Rotator): [Read-Write] Draw Rotationsegments(int32): [Read-Write] Number of segments in the arc
- property drawer: DebugDrawer¶
[Read-Write] Debug Drawer
- Type:
- property line_style: DrawDebugLineStyle¶
[Read-Write] Line Style
- Type: