Interface IInstanceProvider
Interface that provides instances of objects. This is used in ResourceManager.Instantiate* calls.
Namespace: UnityEngine .ResourceManagement .ResourceProviders
Assembly: solution.dll
Syntax
public interface IInstanceProvider
Methods
Name | Description |
---|---|
Provide |
Provide an instance of the gameobject contained in the prefabHandle. |
Release |
Release an instance. |