unreal.RigUnit_DrawDebugRadioButton

class unreal.RigUnit_DrawDebugRadioButton(execute_context: RigVMExecuteContext = [], drawer: DebugDrawer = [], location: Vector = Ellipsis, rotation: Rotator = Ellipsis, line_style: DrawDebugLineStyle = Ellipsis, depth_test: bool = False, radius: float = 0.0, selected: bool = False, inner_button_ratio: float = 0.0, segments: int = 0)

Bases: RigUnit_DrawDebugLibraryBase

Debug Draw a radio button on the XY axis

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 drawing

  • drawer (DebugDrawer): [Read-Write] Debug Drawer

  • execute_context (RigVMExecuteContext): [Read-Write] The execution result

  • inner_button_ratio (float): [Read-Write] Ratio of the inner button compared to the outer circle

  • line_style (DrawDebugLineStyle): [Read-Write] Line Style

  • location (Vector): [Read-Write] Draw Location

  • radius (float): [Read-Write] Radius of the radio button

  • rotation (Rotator): [Read-Write] Draw Rotation

  • segments (int32): [Read-Write] Number of segments

  • selected (bool): [Read-Write] If the radio button is selected marked

property depth_test: bool

[Read-Write] If to use depth testing while drawing

Type:

(bool)

property drawer: DebugDrawer

[Read-Write] Debug Drawer

Type:

(DebugDrawer)

property inner_button_ratio: float

[Read-Write] Ratio of the inner button compared to the outer circle

Type:

(float)

property line_style: DrawDebugLineStyle

[Read-Write] Line Style

Type:

(DrawDebugLineStyle)

property location: Vector

[Read-Write] Draw Location

Type:

(Vector)

property radius: float

[Read-Write] Radius of the radio button

Type:

(float)

property rotation: Rotator

[Read-Write] Draw Rotation

Type:

(Rotator)

property segments: int

[Read-Write] Number of segments

Type:

(int32)

property selected: bool

[Read-Write] If the radio button is selected marked

Type:

(bool)