unreal.DrawDebugGraphAxesSettings¶
- class unreal.DrawDebugGraphAxesSettings(title: str = '', title_settings: DrawDebugStringSettings = Ellipsis, xaxis_label: str = '', yaxis_label: str = '', axis_label_settings: DrawDebugStringSettings = Ellipsis)¶
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_label_settings(DrawDebugStringSettings): [Read-Write] Settings for the axis labelstitle(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_label_settings: DrawDebugStringSettings¶
[Read-Write] Settings for the axis labels
- Type:
- property title_settings: DrawDebugStringSettings¶
[Read-Write] Settings for the title
- Type: