UNPKG

playcanvas

Version:

Open-source WebGL/WebGPU 3D engine for the web

8 lines (7 loc) 217 B
export class SkinBatchInstance extends SkinInstance { constructor(device: any, nodes: any, rootNode: any); device: any; rootNode: any; bones: any; } import { SkinInstance } from '../skin-instance.js';