Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

Hierarchy.Exists

Declaration

public bool Exists(ref Unity.Hierarchy.HierarchyNode node);

Parameters

node The hierarchy node.

Returns

bool true if the node exists, false otherwise.

Description

Determines whether a node exists or not.