expose addToScene argument in interface for loadGltfFromBuffer (this was already exposed in the implementation)

This commit is contained in:
Nick Fisher
2025-06-21 09:25:44 +08:00
parent e1cb517417
commit 5f92c7feab

View File

@@ -185,6 +185,7 @@ abstract class ThermionViewer {
int priority = 4,
int layer = 0,
bool loadResourcesAsync = false,
bool addToScene = true
});
///