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
* Remove all tweens from a specific object, array of objects or group.
73
+
* Remove all tweens from a specific object, array of objects or Group.
74
+
*
74
75
* @method Phaser.TweenManager#removeFrom
75
76
* @param {object|object[]|Phaser.Group} obj - The object you want to remove the tweens from.
76
-
* @param {boolean} children - If passing a group, setting this to true will remove the tweens from all of its children instead of the group itself.
77
+
* @param {boolean} [children=true] - If passing a group, setting this to true will remove the tweens from all of its children instead of the group itself.
0 commit comments