@woosh/meep-engine
Version:
Pure JavaScript game engine. Fully featured and production ready.
12 lines • 338 B
TypeScript
export class UsageDebugView extends EmptyView {
constructor(opt: any);
set mip_levels(arg: any);
/**
*
* @param {VirtualTextureUsage} usage
*/
set usage(arg: VirtualTextureUsage);
#private;
}
import EmptyView from "../../../../../view/elements/EmptyView.js";
//# sourceMappingURL=UsageDebugView.d.ts.map