chore: doxygen documentation for spawnpoint
parent
1c3666614f
commit
c004ba99ff
|
@ -6,6 +6,10 @@
|
||||||
namespace gd = godot;
|
namespace gd = godot;
|
||||||
|
|
||||||
namespace utils {
|
namespace utils {
|
||||||
|
/*! A location in the game world that the player can spawn at.
|
||||||
|
*
|
||||||
|
* Registers and de-registers itself with the GameRoot3D to enable/disable this spawnpoint.
|
||||||
|
*/
|
||||||
class SpawnPoint3D : public gd::Node3D {
|
class SpawnPoint3D : public gd::Node3D {
|
||||||
GDCLASS(SpawnPoint3D, gd::Node3D);
|
GDCLASS(SpawnPoint3D, gd::Node3D);
|
||||||
static void _bind_methods();
|
static void _bind_methods();
|
||||||
|
|
Loading…
Reference in New Issue