Interface IAllocationStrategy
Allocation strategy for managing heap allocations
네임스페이스: UnityEngine.ResourceManagement.Util
어셈블리: solution.dll
구문
public interface IAllocationStrategy
메서드
이름 | 설명 |
---|---|
New(Type, int) | Create a new object of type t. |
Release(int, object) | Release an object. |