Interface IInstanceProvider
Interface that provides instances of objects. This is used in ResourceManager.Instantiate* calls.
네임스페이스: UnityEngine.ResourceManagement.ResourceProviders
어셈블리: solution.dll
구문
public interface IInstanceProvider
메서드
| 이름 | 설명 |
|---|---|
| ProvideInstance(ResourceManager, AsyncOperationHandle<GameObject>, InstantiationParameters) | Provide an instance of the gameobject contained in the prefabHandle. |
| ReleaseInstance(ResourceManager, GameObject) | Release an instance. |