mirror of
https://github.com/photonstorm/phaser
synced 2024-11-28 07:31:11 +00:00
- updated description of data in the SceneTransitionConfig definition
This commit is contained in:
parent
ace0e200e4
commit
6e30293142
1 changed files with 1 additions and 1 deletions
|
@ -11,5 +11,5 @@
|
|||
* @property {boolean} [moveBelow] - Move the target Scene to be below this one before the transition starts.
|
||||
* @property {function} [onUpdate] - This callback is invoked every frame for the duration of the transition.
|
||||
* @property {any} [onUpdateScope] - The context in which the callback is invoked.
|
||||
* @property {any} [data] - An object containing any data you wish to be passed to the target Scenes init / create methods.
|
||||
* @property {any} [data] - An object containing any data you wish to be passed to the target scene's init / create methods (if sleep is false) or to the target scene's wake event callback (if sleep is true).
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue