Struct LegacyResourcesLocation
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: UnityEngine.ResourceManagement
Syntax
public struct LegacyResourcesLocation : IResourceLocation
Constructors
LegacyResourcesLocation(String)
Declaration
public LegacyResourcesLocation(string key)
Parameters
Type | Name | Description |
---|---|---|
System.String | key |
Properties
Dependencies
Declaration
public IList<IResourceLocation> Dependencies { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<IResourceLocation> |
Implements
HasDependencies
Declaration
public bool HasDependencies { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
InternalId
Declaration
public string InternalId { get; }
Property Value
Type | Description |
---|---|
System.String |
Implements
Key
Declaration
public string Key { get; }
Property Value
Type | Description |
---|---|
System.String |
ProviderId
Declaration
public string ProviderId { get; }
Property Value
Type | Description |
---|---|
System.String |