class MAGES::ComponentLibrary::Framework::SpawnPoint¶
Overview¶
A location in the world where the player can spawn. More…
class SpawnPoint: public MonoBehaviour { public: // methods static Transform GetDefault(); };
Detailed Documentation¶
A location in the world where the player can spawn.
Methods¶
static Transform GetDefault()
Gets the default spawn point.
Returns:
The default spawn point if found.