UNPKG

@polygonjs/polygonjs

Version:

node-based WebGL 3D engine https://polygonjs.com

7 lines (6 loc) 250 B
import { Object3D } from 'three'; import { ObjectNamedFunction1 } from './_Base'; export declare class playAnimation extends ObjectNamedFunction1<[string]> { static type(): string; func(object3D: Object3D, nodePath: string): Promise<void>; }