Version: 2022.1
언어: 한국어

EditorSceneManager.NewSceneCreatedCallback

매뉴얼로 전환
public delegatevoid NewSceneCreatedCallback (SceneManagement.Scene scene, SceneManagement.NewSceneSetup setup, SceneManagement.NewSceneMode mode);

파라미터

scene The Scene that was created.
setup The setup mode used when creating the Scene.
mode The mode used for creating the Scene.

설명

Callbacks of this type which have been added to the newSceneCreated event are called after a new Scene has been created.