starry / backend /libs /three /animation /AnimationObjectGroup.d.ts
k-l-lambda's picture
feat: add Python ML services (CPU mode) with model download
2b7aae2
export class AnimationObjectGroup {
constructor(...args: any[]);
uuid: string;
stats: {
bindingsPerObject: number;
objects: {
total: number;
inUse: number;
};
};
readonly isAnimationObjectGroup: true;
add(...args: any[]): void;
remove(...args: any[]): void;
uncache(...args: any[]): void;
}