Version: 2022.3
言語: 日本語
public delegatevoid NewTemplateInstantiating (SceneTemplate.SceneTemplateAsset sceneTemplateAsset, string newSceneOutputPath, bool additiveLoad);

パラメーター

sceneTemplateAsset The Scene template to instantiate.
newSceneOutputPath The output path for the new Scene. This can be empty if the scene is created in memory.
additiveLoad Specifies whether to instantiate the Scene template in additive mode.

説明

An event called before a Scene template is instantiated.