unreal.DrawDebugBriefcaseSettings

class unreal.DrawDebugBriefcaseSettings(half_extents: Vector = Ellipsis, handle_length: float = 0.0, handle_height: float = 0.0, handle_width: float = 0.0)

Bases: StructBase

Settings for debug drawing briefcases

C++ Source:

  • Plugin: DrawDebugLibrary

  • Module: DrawDebugLibrary

  • File: DrawDebugLibrary.h

Editor Properties: (see get_editor_property/set_editor_property)

  • half_extents (Vector): [Read-Write] Half-extents of the briefcase

  • handle_height (float): [Read-Write] The height of the handle above the briefcase

  • handle_length (float): [Read-Write] Length of the handle

  • handle_width (float): [Read-Write] Width of the handle

property half_extents: Vector

[Read-Write] Half-extents of the briefcase

Type:

(Vector)

property handle_height: float

[Read-Write] The height of the handle above the briefcase

Type:

(float)

property handle_length: float

[Read-Write] Length of the handle

Type:

(float)

property handle_width: float

[Read-Write] Width of the handle

Type:

(float)