Interface IOnPool
When added to a component, the OnPool() function will be called when the object gets sent back to a pool
Namespace: WeaverCore.Interfaces
Assembly: WeaverCore.dll
Syntax
public interface IOnPool
Methods
| Edit this page View SourceOnPool()
Called when the object is sent back to a pool
Declaration
void OnPool()