unreal.RigUnit_DrawDebugCheckBox¶
- class unreal.RigUnit_DrawDebugCheckBox(execute_context: RigVMExecuteContext = [], drawer: DebugDrawer = [], location: Vector = Ellipsis, rotation: Rotator = Ellipsis, line_style: DrawDebugLineStyle = Ellipsis, depth_test: bool = False, half_length: float = 0.0, checked: bool = False, tick_ratio: float = 0.0)¶
Bases:
RigUnit_DrawDebugLibraryBaseDebug Draw a checkbox on the XY axis
C++ Source:
Plugin: DrawDebugLibrary
Module: DrawDebugLibrary
File: RigUnit_DrawDebugLibrary.h
Editor Properties: (see get_editor_property/set_editor_property)
checked(bool): [Read-Write] If the check box is checkeddepth_test(bool): [Read-Write] If to use depth testing while drawingdrawer(DebugDrawer): [Read-Write] Debug Drawerexecute_context(RigVMExecuteContext): [Read-Write] The execution resulthalf_length(float): [Read-Write] Half-length of the check boxline_style(DrawDebugLineStyle): [Read-Write] Line Stylelocation(Vector): [Read-Write] Draw Locationrotation(Rotator): [Read-Write] Draw Rotationtick_ratio(float): [Read-Write] Size of the tick mark in proportion to the box
- property drawer: DebugDrawer¶
[Read-Write] Debug Drawer
- Type:
- property line_style: DrawDebugLineStyle¶
[Read-Write] Line Style
- Type: