Constructor ResourceLocationData
ResourceLocationData(string[], string, Type, Type, string[])
Construct a new ResourceLocationData object.
선언
public ResourceLocationData(string[] keys, string id, Type provider, Type t, string[] dependencies = null)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| string[] | keys | Array of keys for the location. This must contain at least one item. |
| string | id | The internal id. |
| Type | provider | The provider id. |
| Type | t | The resource object type. |
| string[] | dependencies | Optional array of dependencies. |