UNPKG

playcanvas

Version:

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

10 lines (9 loc) 231 B
/** * Resource handler used for loading {@link AnimStateGraph} resources. * * @ignore */ export class AnimStateGraphHandler extends ResourceHandler { constructor(app: any); } import { ResourceHandler } from './handler.js';