UNPKG

pixi.js

Version:

<p align="center"> <a href="https://pixijs.com" target="_blank" rel="noopener noreferrer"> <img height="150" src="https://files.pixijs.download/branding/pixijs-logo-transparent-dark.svg?v=1" alt="PixiJS logo"> </a> </p> <br/> <p align="center">

11 lines (10 loc) 357 B
import { Geometry } from '../../renderers/shared/geometry/Geometry'; /** * This class represents a geometry used for batching in the rendering system. * It defines the structure of vertex attributes and index buffers for batched rendering. * @category rendering * @advanced */ export declare class BatchGeometry extends Geometry { constructor(); }