diff --git a/thermion_dart/native/include/scene/SceneAsset.hpp b/thermion_dart/native/include/scene/SceneAsset.hpp index 5e8337f8..0eb70b9d 100644 --- a/thermion_dart/native/include/scene/SceneAsset.hpp +++ b/thermion_dart/native/include/scene/SceneAsset.hpp @@ -15,6 +15,12 @@ namespace thermion { using namespace filament; using namespace utils; +enum SceneLayer { + DefaultAsset = 0, + Background = 6, + Overlay = 7, +}; + class SceneAsset { public: