Object inspector window

This commit is contained in:
2024-03-26 13:01:33 +01:00
parent a2dd35513e
commit c153c88032
7 changed files with 68 additions and 1 deletions

View File

@@ -44,6 +44,7 @@ public:
void AddCube();
int GetCubeCount() const { return m_cubes.size(); };
std::vector<Object*> GetCubes() const { return m_cubes; };
private:
bool Render(float);