Struct OrthographicCameraBounds#

Struct Documentation#

struct OrthographicCameraBounds#

Remark

Headless mode: This struct is not available in headless mode.

Public Functions

constexpr f32 GetWidth() const noexcept#

Retrieve the width of the camera bounds.

Returns:

Width of the camera bounds.

constexpr f32 GetHeight() const noexcept#

Retrieve the height of the camera bounds.

Returns:

Height of the camera bounds.

Public Members

f32 Left#
f32 Right#
f32 Bottom#
f32 Top#