PooledGUIContent Class

Summary

[Editor-Only] UnityEngine.GUIContent with System.IDisposable connected to an Animancer.ObjectPool`1.
Assembly
Animancer.dll
Namespace
Animancer.Editor
Interfaces
  • IDisposable
Base Types
  • GUIContent
graph BT Type-->Base0["GUIContent"] Type-.->Interface0["IDisposable"] Type["PooledGUIContent"] class Type type-node

Syntax

public class PooledGUIContent : GUIContent, IDisposable

Methods

Name Value Summary
Acquire(SerializedProperty) PooledGUIContent
Animancer.ObjectPool`1.Acquires and initializes an instance.
static
Acquire(string, string, Texture) PooledGUIContent
Animancer.ObjectPool`1.Acquires and initializes an instance.
static
Dispose() void
Animancer.ObjectPool`1.Release(`0).