Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


HierarchySceneHandler

Provides a hierarchy node type handler for Scene instances in a HierarchyView.
Read time 1 minuteLast updated 9 days ago

Definition

public sealed class HierarchySceneHandler : HierarchyNodeTypeHandler

Methods

Method

Description

GetNodeTypeGets the HierarchyNodeType for this HierarchySceneHandler.
GetOrCreateNodeGets or creates the HierarchyNode that corresponds to the specified Scene.
GetSceneGets the Scene that corresponds to the specified HierarchyNode.

Inheritance