SceneTemplateService.NewTemplateInstantiating

Cambiar al Manual
public delegatevoid NewTemplateInstantiating (SceneTemplate.SceneTemplateAsset sceneTemplateAsset, string newSceneOutputPath, bool additiveLoad);

Parámetros

sceneTemplateAssetThe Scene template to instantiate.
newSceneOutputPathThe output path for the new Scene. This can be empty if the scene is created in memory.
additiveLoadSpecifies whether to instantiate the Scene template in additive mode.

Descripción

An event called before a Scene template is instantiated.