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
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -129,6 +129,11 @@ declare module Phaser {
129
129
*/
130
130
isPlaying: boolean;
131
131
132
+
/**
133
+
* The playing direction of the Animation.
134
+
*/
135
+
isReversed: boolean;
136
+
132
137
/**
133
138
* Should the parent of this Animation be killed when the animation completes?
134
139
*/
@@ -178,6 +183,11 @@ declare module Phaser {
178
183
*/
179
184
paused: boolean;
180
185
186
+
/**
187
+
* Gets and sets the reversed state of this Animation.
188
+
*/
189
+
reversed: boolean;
190
+
181
191
/**
182
192
* Gets or sets the current speed of the animation in frames per second. Changing this in a playing animation will take effect from the next frame. Minimum value is 1.
0 commit comments