Legacy Documentation: Version 5.6 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

MaskUtilities.IsDescendantOrSelf

public static bool IsDescendantOrSelf(Transform father, Transform child);

Parameters

father The transform to compare against.
child The starting transform to search up the hierarchy.

Returns

bool Is child equal to father or is a descendant.

Description

Helper function to determine if the child is a descendant of father or is father.