.Net API added CameraDirection, MoveAndSlide, IsOnGround

This commit is contained in:
Antoine Pilote
2023-10-24 23:45:07 -04:00
parent 5f8ac07e7b
commit 2363ca0377
2 changed files with 22 additions and 5 deletions

View File

@@ -93,7 +93,6 @@ namespace Nuake
}
}
void ScriptingSystem::FixedUpdate(Timestep ts)
{
if (!Engine::IsPlayMode())
@@ -123,7 +122,6 @@ namespace Nuake
}
}
void ScriptingSystem::Exit()
{
auto entities = m_Scene->m_Registry.view<WrenScriptComponent>();