Skip to content

Commit 08cdd09

Browse files
committed
3.23 Release defs
1 parent e08c649 commit 08cdd09

1 file changed

Lines changed: 14 additions & 10 deletions

File tree

types/phaser.d.ts

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,6 @@
22

33
declare type CameraRotateCallback = (camera: Phaser.Cameras.Scene2D.Camera, progress: number, angle: number)=>void;
44

5-
/**
6-
* This event is fired when the Rotate effect begins to run on a camera.
7-
*/
8-
declare const CameraRotateStartEvent: any;
9-
10-
/**
11-
* This event is fired when the Rotate effect completes.
12-
*/
13-
declare const CameraRotateCompleteEvent: any;
14-
155
declare type DataEachCallback = (parent: any, key: string, value: any, ...args: any[])=>void;
166

177
declare type ContentLoadedCallback = ()=>void;
@@ -3756,6 +3746,20 @@ declare namespace Phaser {
37563746
*/
37573747
const PRE_RENDER: any;
37583748

3749+
/**
3750+
* The Camera Rotate Complete Event.
3751+
*
3752+
* This event is dispatched by a Camera instance when the Rotate Effect completes.
3753+
*/
3754+
const ROTATE_COMPLETE: any;
3755+
3756+
/**
3757+
* The Camera Rotate Start Event.
3758+
*
3759+
* This event is dispatched by a Camera instance when the Rotate Effect starts.
3760+
*/
3761+
const ROTATE_START: any;
3762+
37593763
/**
37603764
* The Camera Shake Complete Event.
37613765
*

0 commit comments

Comments
 (0)