unreal.DrawDebugGraphAxesSettings

class unreal.DrawDebugGraphAxesSettings(title: str = '', title_settings: DrawDebugStringSettings = Ellipsis, xaxis_label: str = '', yaxis_label: str = '', axis_label_settings: DrawDebugStringSettings = Ellipsis)

Bases: StructBase

Settings 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 labels

  • title (str): [Read-Write] Title of the graph

  • title_settings (DrawDebugStringSettings): [Read-Write] Settings for the title

  • xaxis_label (str): [Read-Write] Label for the X axis

  • yaxis_label (str): [Read-Write] Label for the Y axis

property axis_label_settings: DrawDebugStringSettings

[Read-Write] Settings for the axis labels

Type:

(DrawDebugStringSettings)

property title: str

[Read-Write] Title of the graph

Type:

(str)

property title_settings: DrawDebugStringSettings

[Read-Write] Settings for the title

Type:

(DrawDebugStringSettings)

property xaxis_label: str

[Read-Write] Label for the X axis

Type:

(str)

property yaxis_label: str

[Read-Write] Label for the Y axis

Type:

(str)