Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetGameObject(in HierarchyNode)

Gets the GameObject that corresponds to the specified HierarchyNode.
Read time 1 minuteLast updated 12 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 corresponds to the specified HierarchyNode.