-
Notifications
You must be signed in to change notification settings - Fork 37
Unit Reference ReturnObjectNode
S2NX7 edited this page Oct 16, 2025
·
3 revisions

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.