sourceScene | 将合并到目标场景中的场景。 |
destinationScene | 要合并源场景的现有场景。 |
这会将源场景合并到 destinationScene 中。
This function merges the contents of the source Scene into the destination Scene, and
deletes the source Scene. All GameObjects at the root of the source Scene are moved to the
root of the destination Scene.
Note: This function is destructive: The source Scene will be destroyed once the merge has
been completed.