Version: 2022.1
언어: 한국어
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 template you instantiated does not have any cloneable dependencies, this can be empty.

설명

An event called before the Scene template is instantiated.