Skip to main content

Level.ixx File

Defines the Level class representing a game level or stage. More...

Included Headers

#include <helios.engine.core.units.Unit> #include <helios.math.types>

Namespaces Index

namespacehelios
namespaceengine
namespaceruntime
namespaceworld

Classes Index

classLevel

Represents a game level containing the scene graph and world boundaries. More...

Description

Defines the Level class representing a game level or stage.

File Listing

The file content with the documentation metadata removed is:

1
5module;
6
7export module helios.engine.runtime.world.Level;
8
9import helios.math.types;
10import helios.engine.core.units.Unit;
11
12
13
14export namespace helios::engine::runtime::world {
15
23 class Level {
24
25
29 helios::math::aabbf bounds_;
30 public:
31
32
33
34
45 const helios::math::aabbf& bounds,
47
49
50 }
51
52
58 [[nodiscard]] const helios::math::aabbf& bounds() const noexcept {
59 return bounds_;
60 }
61
62 };
63
64}
65
66

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.