Version: 2021.3
言語: 日本語
public void AfterTemplateInstantiation (SceneTemplate.SceneTemplateAsset sceneTemplateAsset, SceneManagement.Scene scene, bool isAdditive, string sceneName);

パラメーター

sceneTemplateAsset The Scene template asset to instantiate.
scene The newly created Scene.
isAdditive When set to true, the new Scene is created in additive mode.
sceneName The path to the newly created Scene. If the template you instantiated does not have any cloneable dependencies, this can be empty.

説明

An event called after the Scene template is instantiated, and while the new scene is still loaded.