PooledGUIContent.Pool.

PooledGUIContent.

Release(PooledGUIContent) Method

Summary

Adds the `item` to the list of spares so it can be reused.
Assembly
Animancer.dll
Namespace
Animancer.Editor
Containing Type
PooledGUIContent.Pool

Syntax

public override void Release(PooledGUIContent content)

Remarks

Overrides must call base.Release(item);.

Parameters

Name Type Description
content PooledGUIContent

Return Value

Type Description
void