|
Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
|
Public Member Functions | |
| NavMeshWorldContext (const NavMeshWorldContext &)=delete | |
| NavMeshWorldContext (NavMeshWorldContext &&) noexcept=default | |
| virtual void | SetAsActive () override |
| dtNavMesh * | GetNavMesh () |
Static Public Member Functions | |
| static NavMeshWorldContext * | GetActiveContext () |
| static void | SetActiveContext (NavMeshWorldContext &cxt) |
| Static Public Member Functions inherited from Grindstone::WorldContext | |
| template<typename T> | |
| static Grindstone::UniquePtr< Grindstone::WorldContext > | Create () |
Protected Attributes | |
| dtNavMesh * | navMesh = nullptr |
|
overridevirtual |
Implements Grindstone::WorldContext.