Method GetResourceProvider
GetResourceProvider(Type, IResourceLocation)
Gets the appropriate IResourceProvider for the given location and type.
선언
public IResourceProvider GetResourceProvider(Type t, IResourceLocation location)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| Type | t | The desired object type to be loaded from the provider. |
| IResourceLocation | location | The resource location. |
반환
| 타입 | 설명 |
|---|---|
| IResourceProvider | The resource provider. Or null if an appropriate provider cannot be found |