Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


HierarchyGameObjectHandler

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

Definition

public sealed class HierarchyGameObjectHandler : HierarchyNodeTypeHandler, IDisposable

Methods

Method

Description

GetEntityIdGets the EntityId of the GameObject that corresponds to the specified HierarchyNode.
GetGameObjectGets the GameObject that corresponds to the specified HierarchyNode.
GetNodeTypeGets the HierarchyNodeType for this HierarchyGameObjectHandler.
GetOrCreateNodeGets or creates the HierarchyNode that corresponds to the specified GameObjectEntityId.

Inheritance