Show / Hide Table of Contents

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 Source

OnPool()

Called when the object is sent back to a pool

Declaration
void OnPool()

Extension Methods

ReflectionUtilities.ReflectCallMethod(object, string, object[], BindingFlags)
ReflectionUtilities.ReflectGetField(object, string, BindingFlags)
ReflectionUtilities.ReflectGetMethod(object, string, BindingFlags)
ReflectionUtilities.ReflectGetProperty(object, string, BindingFlags)
ReflectionUtilities.ReflectSetField(object, string, object, BindingFlags)
ReflectionUtilities.ReflectSetProperty(object, string, object, BindingFlags)
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾