◆ HasChangedByObject()

static bool HasChangedByObject ( this Transform  transformToCheck,
object  whosAsking,
bool  includeDecendants = false 
)
static
Parameters
transformToCheckThe transform to be check for a change.
whosAskingThis object will be noted internally, in case it asks again before the transform has actually changed.
includeDecendantsOptional parameter that defaults to false. When true, this function will include descendant transforms in it's check.
Returns
True if the transform has changed since the last time the whosAsking object checked. False otherwise.

Referenced by TransformChange.Equals().

+ Here is the caller graph for this function: