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:
StructBaseSettings 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 briefcasehandle_height(float): [Read-Write] The height of the handle above the briefcasehandle_length(float): [Read-Write] Length of the handlehandle_width(float): [Read-Write] Width of the handle