Class ResourceLocationBase<T>
Inheritance
System.Object
ResourceLocationBase<T>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: ResourceManagement
Syntax
public class ResourceLocationBase<T> : IResourceLocation<T>, IResourceLocation
Type Parameters
| Name | Description |
|---|---|
| T |
Constructors
ResourceLocationBase(T, String, String, IResourceLocation[])
Declaration
public ResourceLocationBase(T key, string id, string providerId, params IResourceLocation[] deps)
Parameters
| Type | Name | Description |
|---|---|---|
| T | key | |
| System.String | id | |
| System.String | providerId | |
| IResourceLocation[] | deps |
Properties
dependencies
Declaration
public IList<IResourceLocation> dependencies { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<IResourceLocation> |
Implements
id
Declaration
public string id { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Implements
key
Declaration
public T key { get; }
Property Value
| Type | Description |
|---|---|
| T |
Implements
providerId
Declaration
public string providerId { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Implements
Methods
ToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| System.String |
Overrides
System.Object.ToString()