Implement new TangibleInterface appraoch

This commit is contained in:
2023-09-12 15:11:47 -04:00
parent 350816afb1
commit 7b58dea692
11 changed files with 69 additions and 79 deletions

View File

@@ -76,9 +76,12 @@ public:
//
bool Playing;
// Amount of elapsed time.
// Amount of elapsed time since BeginPlay.
float EngineSeconds;
// When do we next trigger the thread event (relative to EngineSeconds).
// When do we next trigger the thread event.
float NextThreadTrigger;
// When do we next rotate the cube.
float NextRotateCube;
};