Class InstanceProvider
Basic implementation of IInstanceProvider.
Namespace: UnityEngine.ResourceManagement.ResourceProviders
Syntax
public class InstanceProvider : object, IInstanceProvider
Methods
Name | Description |
---|---|
ProvideInstance(ResourceManager, AsyncOperationHandle<GameObject>, InstantiationParameters) | Provide an instance of the gameobject contained in the prefabHandle. |
ReleaseInstance(ResourceManager, GameObject) | Release an instance. |