arcade-physics
Version:
Use Arcade Physics without Phaser.
27 lines • 601 B
TypeScript
/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2020 Photon Storm Ltd.
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/
/**
* @namespace Phaser.Utils.Objects
*/
declare const _default: {
Clone: any;
DeepCopy: any;
Extend: any;
GetAdvancedValue: any;
GetFastValue: any;
GetMinMaxValue: any;
GetValue: any;
HasAll: any;
HasAny: any;
HasValue: any;
IsPlainObject: any;
Merge: any;
MergeRight: any;
Pick: any;
SetValue: any;
};
export default _default;
//# sourceMappingURL=index.d.ts.map