Version: 2021.1
언어: 한국어

ISceneTemplatePipeline.BeforeTemplateInstantiation

매뉴얼로 전환
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.