Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

GenericPool<T0>.Release

Declaration

public static void Release(T toRelease);

Parameters

toRelease The instance to return to the pool.

Description

Returns the instance back to the pool.