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

パラメーター

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

説明

An event called before the Scene template is instantiated.