UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

16 lines (14 loc) 265 B
export class SSubGroup { constructor() { /** * * @type {number} */ this.iNrFaces = 0; /** * *int * @type {Int32Array|null} */ this.pTriMembers = null; } }