Add pausing of models and behaviors

This commit is contained in:
David Markowitz
2025-04-01 22:35:19 -07:00
parent 5d061c0274
commit 0dc4be65a0
6 changed files with 72 additions and 10 deletions

View File

@@ -33,6 +33,7 @@ public:
void Spawn(LOT object, Entity& entity);
void Update(float deltaTime, ModelComponent& modelComponent);
void SpawnDrop(LOT dropLOT, Entity& entity);
void ProcNormalAction(float deltaTime, ModelComponent& modelComponent);
private:
float m_PausedTime{ 0.0f };
size_t m_NextActionIndex{ 0 };