playcanvas
Version:
Open-source WebGL/WebGPU 3D engine for the web
15 lines (14 loc) • 375 B
TypeScript
/**
* @import { AppBase } from '../app-base.js'
*/
export class GSplatHandler extends ResourceHandler {
/**
* Create a new GSplatHandler instance.
*
* @param {AppBase} app - The running {@link AppBase}.
* @ignore
*/
constructor(app: AppBase);
}
import { ResourceHandler } from './handler.js';
import type { AppBase } from '../app-base.js';