UNPKG

the-world-engine

Version:

three.js based, unity like game engine for browser

10 lines (9 loc) 201 B
export class b2GrowableStack { constructor(N: any); m_stack: null[]; m_count: number; Reset(): b2GrowableStack; Push(element: any): void; Pop(): null; GetCount(): number; }