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
transform | The transform to check. |
Returns
bool | True if the transform or any of its parents has changed. |