manually define SceneLayer enum

This commit is contained in:
Nick Fisher
2025-04-02 22:25:42 +08:00
parent ec8248e10c
commit 7b0550c713

View File

@@ -15,6 +15,12 @@ namespace thermion {
using namespace filament;
using namespace utils;
enum SceneLayer {
DefaultAsset = 0,
Background = 6,
Overlay = 7,
};
class SceneAsset {
public: