ISceneTemplatePipeline.AfterTemplateInstantiation

Cambiar al Manual
public void AfterTemplateInstantiation (SceneTemplate.SceneTemplateAsset sceneTemplateAsset, SearchService.Scene scene, bool isAdditive, string sceneName);

Parámetros

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

Descripción

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