Interface IResourceLocation
Contains enough information to load an asset (what/where/how/dependencies)
네임스페이스: UnityEngine.ResourceManagement.ResourceLocations
어셈블리: solution.dll
구문
public interface IResourceLocation
프로퍼티
| 이름 | 설명 |
|---|---|
| Data | Gets any data object associated with this locations |
| Dependencies | Gets the dependencies to other IResourceLocations |
| DependencyHashCode | The precomputed hash code of the dependencies. |
| HasDependencies | Gets the dependencies to other IResourceLocations |
| InternalId | Internal name used by the provider to load this location |
| PrimaryKey | Primary address for this location. |
| ProviderId | Matches the provider used to provide/load this location |
| ResourceType | The type of the resource for th location. |
메서드
| 이름 | 설명 |
|---|---|
| Hash(Type) | The hash of this location combined with the specified type. |