EditorSceneManager.NewSceneCreatedCallback

Cambiar al Manual
public delegatevoid NewSceneCreatedCallback (SearchService.Scene scene, SceneManagement.NewSceneSetup setup, SceneManagement.NewSceneMode mode);

Parámetros

sceneThe Scene that was created.
setupThe setup mode used when creating the Scene.
modeThe mode used for creating the Scene.

Descripción

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