Version: 2017.3

MaskUtilities.IsDescendantOrSelf

切换到手册
public static bool IsDescendantOrSelf (Transform father, Transform child);

参数

father 要对比的变换。
child 用于搜索层级视图的起始变换。

返回

bool 子项等于父项还是为父项的后代。

描述

Helper 函数,用于确定子项是父项的后代还是父项。