UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

23 lines 506 B
export class AnimationNotification { /** * * @type {AnimationNotificationDefinition} */ def: AnimationNotificationDefinition; /** * When the notification is to be sent * @type {number} */ time: number; /** * * @param {AnimationNotification} other * @returns {boolean} */ equals(other: AnimationNotification): boolean; /** * @returns {number} */ hash(): number; } //# sourceMappingURL=AnimationNotification.d.ts.map