PoolableBehaviour<T>.

OnRelease() Method

Summary

Called by the Weaver.PoolableBehaviour`1.Pool when releasing this component to it. Asserts that the UnityEngine.Component.gameObject was active and deactivates it (unless overridden).
Assembly
Weaver.dll
Namespace
Weaver
Containing Type
PoolableBehaviour<T>

Syntax

public virtual void OnRelease()

Return Value

Type Description
void