unreal.DrawDebugGraphAxesSettings¶
- class unreal.DrawDebugGraphAxesSettings(title: str = '', title_settings: DrawDebugStringSettings = Ellipsis, xaxis_label: str = '', yaxis_label: str = '', axis_arrow_settings: DrawDebugArrowSettings = Ellipsis, axis_label_settings: DrawDebugStringSettings = Ellipsis, draw_axes_box: bool = False)¶
Bases:
StructBaseSettings for debug drawing graphs axes
C++ Source:
Plugin: DrawDebugLibrary
Module: DrawDebugLibrary
File: DrawDebugLibrary.h
Editor Properties: (see get_editor_property/set_editor_property)
axis_arrow_settings(DrawDebugArrowSettings): [Read-Write] Settings for the axis arrowsaxis_label_settings(DrawDebugStringSettings): [Read-Write] Settings for the axis labelsdraw_axes_box(bool): [Read-Write] Draws the axes as a box instead of two arrowstitle(str): [Read-Write] Title of the graphtitle_settings(DrawDebugStringSettings): [Read-Write] Settings for the titlexaxis_label(str): [Read-Write] Label for the X axisyaxis_label(str): [Read-Write] Label for the Y axis
- property axis_arrow_settings: DrawDebugArrowSettings¶
[Read-Write] Settings for the axis arrows
- Type:
- property axis_label_settings: DrawDebugStringSettings¶
[Read-Write] Settings for the axis labels
- Type:
- property draw_axes_box: bool¶
[Read-Write] Draws the axes as a box instead of two arrows
- Type:
(bool)
- property title_settings: DrawDebugStringSettings¶
[Read-Write] Settings for the title
- Type: