Class DefaultAllocationStrategy
Default allocator that relies in garbace collection
상속된 멤버
네임스페이스: UnityEngine.ResourceManagement.Util
어셈블리: solution.dll
구문
public class DefaultAllocationStrategy : IAllocationStrategy
메서드
이름 | 설명 |
---|---|
New(Type, int) | Create a new object of type t. |
Release(int, object) | Release an object. |