ObjectPool.

ObjectPool.Disposable Class

Summary

Convenience wrappers for Animancer.ObjectPool`1.Disposable.
Assembly
Animancer.dll
Namespace
Animancer
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["ObjectPool.Disposable"] class Type type-node

Syntax

public static class ObjectPool.Disposable

Methods

Name Value Summary
Acquire<T>(T) ObjectPool<T>.Disposable
Creates a new Animancer.ObjectPool`1.Disposable and calls Animancer.ObjectPool`1.Acquire to set the Animancer.ObjectPool`1.Disposable.Item and `item`.
static
AcquireContent(GUIContent, SerializedProperty, bool) ObjectPool<GUIContent>.Disposable
[Editor-Only] Creates a new Animancer.ObjectPool`1.Disposable and calls Animancer.ObjectPool`1.Acquire to set the Animancer.ObjectPool`1.Disposable.Item and `item`.
static
AcquireContent(GUIContent, string, string, bool) ObjectPool<GUIContent>.Disposable
Creates a new Animancer.ObjectPool`1.Disposable and calls Animancer.ObjectPool`1.Acquire to set the Animancer.ObjectPool`1.Disposable.Item and `item`.
static
AcquireList<T>(List<T>) ObjectPool<List<T>>.Disposable
Creates a new Animancer.ObjectPool`1.Disposable and calls Animancer.ObjectPool`1.Acquire to set the Animancer.ObjectPool`1.Disposable.Item and `item`.
static
AcquireSet<T>(HashSet<T>) ObjectPool<HashSet<T>>.Disposable
Creates a new Animancer.ObjectPool`1.Disposable and calls Animancer.ObjectPool`1.Acquire to set the Animancer.ObjectPool`1.Disposable.Item and `item`.
static