Version: 2020.3

SceneTemplateService

class in UnityEditor.SceneTemplate

切换到手册

描述

A utility class that manages SceneTemplateAsset instantiation.

静态函数

CreateSceneTemplateCreates a new Scene template at a specific path. The template is not bound to a Scene.
CreateTemplateFromSceneCreates a new Scene template bound to a specific Scene. All of the template Scene's dependencies are extracted and set to be referenced.
InstantiateInstantiates a new Scene from a template.

Events

newSceneTemplateInstantiatedEvents fired after a Scene template is instantiated.
newSceneTemplateInstantiatingEvents fired before a Scene template is instantiated.

委托

NewTemplateInstantiatedAn event called after a Scene template is instantiated.
NewTemplateInstantiatingAn event called before a Scene template is instantiated.