Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetGameObject(in HierarchyNode)

Gets the GameObject that represents the subscene for the specified HierarchyNode.
Read time 1 minuteLast updated 10 days ago

Definition

GetGameObject(HierarchyNode)

public GameObject GetGameObject(in HierarchyNode node)

Parameters

The HierarchyNode to get the GameObject for.

Returns

Type

Description

GameObjectThe GameObject that represents the subscene.