web3d / node_modules /three /src /animation /AnimationObjectGroup.d.ts
julien-c's picture
julien-c HF staff
do not gitignore the builds
6cd9596
raw
history blame contribute delete
292 Bytes
export class AnimationObjectGroup {
constructor(...args: any[]);
uuid: string;
stats: {
bindingsPerObject: number;
objects: {
total: number;
inUse: number;
};
};
add(...args: any[]): void;
remove(...args: any[]): void;
uncache(...args: any[]): void;
}