Method Locate
Locate(object, Type, out IList<IResourceLocation>)
Retrieve the locations from a specified key.
선언
bool Locate(object key, Type type, out IList<IResourceLocation> locations)
파라미터
타입 | 이름 | 설명 |
---|---|---|
object | key | The key to use. |
Type | type | The resource type. |
IList<IResourceLocation> | locations | The resulting set of locations for the key. |
반환
타입 | 설명 |
---|---|
bool | True if any locations were found with the specified key. |