Add NavMeshRuntime to scripting api
This commit is contained in:
@@ -26,7 +26,8 @@ namespace
|
||||
}
|
||||
|
||||
NavMeshRuntime::NavMeshRuntime(const NavMeshProperties& properties)
|
||||
: Properties(properties)
|
||||
: ScriptingObject(SpawnParams(Guid::Empty, NavMeshRuntime::TypeInitializer))
|
||||
, Properties(properties)
|
||||
{
|
||||
_navMesh = nullptr;
|
||||
_navMeshQuery = dtAllocNavMeshQuery();
|
||||
|
||||
Reference in New Issue
Block a user