Class InstanceProvider
Basic implementation of IInstanceProvider.
Implements
Inherited Members
Namespace: UnityEngine.ResourceManagement.ResourceProviders
Assembly: Unity.ResourceManager.dll
Syntax
public class InstanceProvider : IInstanceProvider
Methods
| Name | Description |
|---|---|
| ProvideInstance(ResourceManager, AsyncOperationHandle<GameObject>, InstantiationParameters) | Provide an instance of a loaded GameObject |
| ReleaseInstance(ResourceManager, GameObject) | Destroy the instance and release one ref count on the operaiton handle |