ISceneTemplatePipeline.BeforeTemplateInstantiation

Cambiar al Manual
public void BeforeTemplateInstantiation (SceneTemplate.SceneTemplateAsset sceneTemplateAsset, bool isAdditive, string sceneName);

Parámetros

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

Descripción

An event called before the Scene template is instantiated.