TransformExtensions.HasChangedInHierarchy

Extension Method in TransformExtensions

Declaration

public static bool HasChangedInHierarchy(this Transform transform)

Description

Determines if the transform or any of its parents has changed since the last time the flag was set to false.

Parameters

transformThe transform to check.

Returns

boolTrue if the transform or any of its parents has changed.