unreal.Box2D

class unreal.Box2D(min=[0.0, 0.0], max=[0.0, 0.0])

Bases: unreal.StructBase

A rectangular 2D Box. The full C++ class is located here: EngineSourceRuntimeCorePublicMathBox2D.h:

C++ Source:

  • Module: CoreUObject

  • File: NoExportTypes.h

Editor Properties: (see get_editor_property/set_editor_property)

  • max (Vector2D): [Read-Write] Max

  • min (Vector2D): [Read-Write] Min

property max

[Read-Write] Max

Type

(Vector2D)

property min

[Read-Write] Min

Type

(Vector2D)