Add animations field to LoadedModelAsset interface

This commit is contained in:
2026-03-31 23:57:05 +02:00
parent 256f129f4f
commit 8eb30ceca4

View File

@@ -33,6 +33,7 @@ export interface LoadedModelAsset {
storageKey: string;
metadata: ModelAssetMetadata;
template: Group;
animations: AnimationClip[];
}
export interface ImportedModelAssetResult {