Interface IAllocationStrategy
Allocation strategy for managing heap allocations
Namespace: UnityEngine.ResourceManagement.Util
Assembly: Unity.ResourceManager.dll
Syntax
public interface IAllocationStrategy
Methods
Name | Description |
---|---|
New(Type, int) | Create a new object of type t. |
Release(int, object) | Release an object. |