Class AssetTypeInfo
The immutable load metadata for one typed asset store.
public sealed record AssetTypeInfo : IEquatable<AssetTypeInfo>
- Inheritance
-
AssetTypeInfo
- Implements
- Inherited Members
Constructors
AssetTypeInfo(string, string, bool, IEnumerable<string>, IEnumerable<string>, string)
public AssetTypeInfo(string Name, string SubPath, bool Indexed, IEnumerable<string> LoadsAfter, IEnumerable<string> Reserved, string Extension = ".json")
Parameters
NamestringSubPathstringIndexedboolLoadsAfterIEnumerable<string>ReservedIEnumerable<string>Extensionstring
Properties
Extension
public string Extension { get; }
Property Value
Indexed
public bool Indexed { get; }
Property Value
LoadsAfter
public ImmutableArray<string> LoadsAfter { get; }
Property Value
Name
public string Name { get; }
Property Value
Reserved
public ImmutableArray<string> Reserved { get; }
Property Value
SubPath
public string SubPath { get; }