Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IsShown(in HierarchyNode)

Determines if the specified node is shown.
Read time 1 minuteLast updated 13 days ago

Definition

  • Type: Method
  • Namespace: Unity.Hierarchy
  • Assembly: UnityEngine.HierarchyModule

IsShown(HierarchyNode)

public bool IsShown(in HierarchyNode node)

Parameters

The HierarchyNode to check if it is shown.

Returns

Type

Description

bool
true
if the specified node is shown,
false
otherwise.