Function MultiTargetPath.OnEnterPool

OnEnterPool ()

Called when the path enters the pool.

Protected
void OnEnterPool ()

Called when the path enters the pool.

This method should release e.g pooled lists and other pooled resources The base version of this method releases vectorPath and path lists. Reset() will be called after this function, not before.

Warning

Do not call this function manually.