Version: 2022.2
언어: 한국어

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.