Interface IResourceLocation<TKey>
Resource location with an additional typed key.
Namespace: ResourceManagement
Syntax
public interface IResourceLocation<TKey> : IResourceLocation
Type Parameters
| Name | Description |
|---|---|
| TKey |
Properties
key
Gets the key for the location.
Declaration
TKey key { get; }
Property Value
| Type | Description |
|---|---|
| TKey | The key. |