mirror of
https://github.com/photonstorm/phaser
synced 2025-02-17 06:28:30 +00:00
commit
d37ec40d72
1 changed files with 0 additions and 1 deletions
1
build/phaser.d.ts
vendored
1
build/phaser.d.ts
vendored
|
@ -1354,7 +1354,6 @@ declare module Phaser {
|
||||||
static SECOND: number;
|
static SECOND: number;
|
||||||
static HALF: number;
|
static HALF: number;
|
||||||
static QUARTER: number;
|
static QUARTER: number;
|
||||||
create(delay: number, loop: boolean, repeatCount: number, callback: any, callbackContext: any, ...args: any[]): Phaser.TimerEvent;
|
|
||||||
add(delay: number, callback: any, callbackContext: any, ...args: any[]): Phaser.TimerEvent;
|
add(delay: number, callback: any, callbackContext: any, ...args: any[]): Phaser.TimerEvent;
|
||||||
repeat(delay: number, repeatCount: number, callback: any, callbackContext: any, ...args: any[]): Phaser.TimerEvent;
|
repeat(delay: number, repeatCount: number, callback: any, callbackContext: any, ...args: any[]): Phaser.TimerEvent;
|
||||||
loop(delay: number, callback: any, callbackContext: any, ...args: any[]): Phaser.TimerEvent;
|
loop(delay: number, callback: any, callbackContext: any, ...args: any[]): Phaser.TimerEvent;
|
||||||
|
|
Loading…
Add table
Reference in a new issue