You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: typescript/phaser.comments.d.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -21867,7 +21867,7 @@ declare module Phaser {
21867
21867
* This ability allows you to check any of the matrix values and perform actions such as clamping scale or limiting rotation, regardless of the parent transforms.
21868
21868
*/
21869
21869
transformCallback: Function;
21870
-
transformCallbackContent: any;
21870
+
transformCallbackContext: any;
21871
21871
21872
21872
/**
21873
21873
* The minimum scale this Game Object will scale down to.
@@ -23649,7 +23649,7 @@ declare module Phaser {
23649
23649
* This ability allows you to check any of the matrix values and perform actions such as clamping scale or limiting rotation, regardless of the parent transforms.
23650
23650
*/
23651
23651
transformCallback: Function;
23652
-
transformCallbackContent: any;
23652
+
transformCallbackContext: any;
23653
23653
23654
23654
/**
23655
23655
* The world coordinates of this Game Object in pixels.
0 commit comments