godot-cpp-utils
A collection of utility classes, functions and macros for use with Godot and GDExtension.
|
3D level root to be used with GameRoot3D. More...
#include <level.hpp>
Private Attributes | |
gd::Ref< gd::PackedScene > | game_mode_prototype {} |
The starting state of the game mode to instantiate if this is the "leading" level. | |
3D level root to be used with GameRoot3D.
The configured game mode will become the active GameMode in GameRoot3D if one does not exist yet.