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