TransformChange Class Reference

this class can be used to make a standard Unity Transform work with the CheckTransformChangedSinceLastCheckByObject class, transparently.

Public Member Functions

 TransformChange (Transform transformToMonitor)
 Constructor for this class. Users will, generally, not need to invoke this manually: usually this will be performed by the implicit cast from a Transform.
 
override bool Equals (object obj)
 This function does NOT operate as a standard equals function does. Rather it checks the provided object, to see if the transform it references (or is), has changed since the last time this object checked.
 
override int GetHashCode ()
 This dynamic class does not provide unique HashCodes based on the data they contain.
 

Static Public Member Functions

static implicit operator TransformChange (Transform transformToMonitor)
 This implicit cast can be used to convert any transform into a TransformChange