OnResetStatevirtualView sourcepublic virtual void OnResetState() Notifies the object that it has been purged, so it can reset itself to the state of a newly allocated object.
SignalPurgevirtualView sourcepublic virtual void SignalPurge() If this object is to be used in a fixed size object pool, this call should be overridden with the purge implementation that returns the object to the pool.