Unit Reference ReturnObjectNode - RealityStop/Bolt.Addons.Community GitHub Wiki
Returns a specific object back to the specified object pool.
Input Ports
- Enter : Trigger input to return the object to the pool.
- Pool : The object pool to which the object will be returned. If null, defaults to self.
- ObjectToReturn : The GameObject that will be returned to the pool.
Output Ports
- Exit : Trigger output fired after the object has been returned to the pool.