JumpConfig
type JumpConfig = {
transition: ImageTransition;
unloadScene: boolean;
};transition
The transition effect when jumping to another scene.
For a list of image transitions, see Transition
unloadScene
Default:
true
Unload the current scene when jumping to another scene.
This property is not recommended to be used in most cases.