-
Notifications
You must be signed in to change notification settings - Fork 37
Unit Reference OnReturned
S2NX7 edited this page Sep 30, 2025
·
2 revisions
Triggers when an object is returned to a specified object pool.
Input Ports
- Pool : The object pool to listen to.
Output Ports
- Result : The object returned to the pool.
Behavior
This unit is part of the Object Pool system. When an object is returned to the specified pool, this event fires and outputs the returned object. Useful for managing pooled objects and responding immediately when they are recycled.