Add animations field to LoadedModelAsset interface
This commit is contained in:
@@ -33,6 +33,7 @@ export interface LoadedModelAsset {
|
||||
storageKey: string;
|
||||
metadata: ModelAssetMetadata;
|
||||
template: Group;
|
||||
animations: AnimationClip[];
|
||||
}
|
||||
|
||||
export interface ImportedModelAssetResult {
|
||||
|
||||
Reference in New Issue
Block a user