ipoolobject - eisclimber/ExPresS-XR GitHub Wiki

IPoolObject

Interface in ExPresSXR.Minigames.Archery.ObjectPool

Summary

Represents an object for which an object pool can execute functionality on return and retrieval.

public interface IPoolObject

Methods

Name Description
HandlePoolRetrieved() Gets automatically executed when the object is retrieved from a pool.
HandlePoolReturned() Gets automatically executed when the object is returned to a pool.
⚠️ **GitHub.com Fallback** ⚠️