UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

13 lines 228 B
export class SSubGroup { /** * * @type {number} */ iNrFaces: number; /** * *int * @type {Int32Array|null} */ pTriMembers: Int32Array | null; } //# sourceMappingURL=SSubGroup.d.ts.map