Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


HierarchySubSceneAuthoringHandler

Provides a HierarchyNodeTypeHandler for subscenes.
Read time 1 minuteLast updated 12 days ago

Definition

public sealed class HierarchySubSceneAuthoringHandler : HierarchyNodeTypeHandler

Methods

Method

Description

GetEntityIdGets the EntityId of the GameObject that represents the subscene for the specified HierarchyNode.
GetGameObjectGets the GameObject that represents the subscene for the specified HierarchyNode.
GetNodeTypeGets the HierarchyNodeType registered for this HierarchySubSceneAuthoringHandler.
GetOrCreateNodeGets or creates the HierarchyNode for the subscene with the specified EntityId.
GetSceneGets the Scene associated with the subscene for the specified HierarchyNode.

Inheritance