Interface IResourceLocation
Contains enough information to load an asset (what/where/how/dependencies)
Namespace: UnityEngine.ResourceManagement.ResourceLocations
Assembly: Unity.ResourceManager.dll
Syntax
public interface IResourceLocation
  Properties
| Name | Description | 
|---|---|
| Data | Gets any data object associated with this locations  | 
      
| Dependencies | Gets the dependencies of other IResourceLocations.  | 
      
| DependencyHashCode | The precomputed hash code of the dependencies.  | 
      
| HasDependencies | Checks the dependencies of 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.  | 
      
Methods
| Name | Description | 
|---|---|
| Hash(Type) | The hash of this location combined with the specified type.  |