Class DefaultAllocationStrategy
Default allocator that relies in garbace collection
Implements
Inherited Members
Namespace: UnityEngine.ResourceManagement.Util
Assembly: Unity.ResourceManager.dll
Syntax
public class DefaultAllocationStrategy : IAllocationStrategy
Methods
Name | Description |
---|---|
New(Type, int) | Create a new object of type t. |
Release(int, object) | Release an object. |