Version: 2021.3
언어: 한국어

Undo.MoveGameObjectToScene

매뉴얼로 전환
public static void MoveGameObjectToScene (GameObject go, SceneManagement.Scene scene, string name);

파라미터

go GameObject to move.
scene Scene to move the GameObject into.
name Name of the undo action.

설명

Move a GameObject from its current Scene to a new Scene. It is required that the GameObject is at the root of its current Scene.