Version: 2019.1
public static bool IsDescendantOrSelf (Transform father, Transform child);

パラメーター

father比較対象となる Transform (A)
child階層を上方向に検索するときの開始点となる Transform (B)

戻り値

bool child (B) は father (A) か、それとも father (A) の子孫か。

説明

比較する Transform (B) は、比較対象 Transform (A) の子孫か、それともそれ自体 (A) かを判断する関数。