sparkle-engine

Interface IPoolable

interface IPoolable {
    poolReset(...args): void;
}

Implemented by

Methods

Methods

  • Parameters

    • Rest ...args: any[]

    Returns void