Class AssetLoadResult<T>
public class AssetLoadResult<T>
Type Parameters
T
- Inheritance
-
AssetLoadResult<T>
Constructors
AssetLoadResult(T, ILogger, bool, AttachedYamlAssetMetadata)
public AssetLoadResult(T asset, ILogger logger, bool aliasOccurred, AttachedYamlAssetMetadata yamlMetadata)
Parameters
asset
Tlogger
ILoggeraliasOccurred
boolyamlMetadata
AttachedYamlAssetMetadata
Properties
AliasOccurred
public bool AliasOccurred { get; }
Property Value
Asset
public T Asset { get; }
Property Value
- T
Logger
public ILogger Logger { get; }
Property Value
YamlMetadata
public AttachedYamlAssetMetadata YamlMetadata { get; }