Version: 2022.3
言語: 日本語

SceneTemplateService

class in UnityEditor.SceneTemplate

マニュアルに切り替える

説明

A utility class that manages SceneTemplateAsset instantiation.

Static 関数

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.