feat: expand editor scripting asset and viewport flow

This commit is contained in:
2026-04-03 13:22:30 +08:00
parent ed8c27fde2
commit a05d0b80a2
124 changed files with 10397 additions and 1737 deletions

View File

@@ -30,7 +30,7 @@ inline AssetReferenceInteraction DrawAssetReferenceProperty(
pickerOptions.assetsTabLabel = "Assets";
pickerOptions.sceneTabLabel = "Scene";
pickerOptions.showAssetsTab = true;
pickerOptions.showSceneTab = true;
pickerOptions.showSceneTab = false;
pickerOptions.supportedAssetExtensions = supportedExtensions;
UI::DrawPropertyRow(label, UI::InspectorPropertyLayout(), [&](const UI::PropertyLayoutMetrics& layout) {