Class LinkedListNodeCache<T>
Cache for nodes of LinkedLists. This can be used to eliminate GC allocations.
상속된 멤버
네임스페이스: UnityEngine.ResourceManagement.Util
어셈블리: solution.dll
구문
public class LinkedListNodeCache<T>
타입 파라미터
이름 | 설명 |
---|---|
T | The type of node. |
메서드
이름 | 설명 |
---|---|
Acquire(T) | Creates or returns a LinkedListNode of the requested type and set the value. |
Release(LinkedListNode<T>) | Release the linked list node for later use. |