Class AssetLoadResult<T>
public class AssetLoadResult<T>
  Type Parameters
T
- Inheritance
 - 
      objectAssetLoadResult<T>
 
Constructors
AssetLoadResult(T, ILogger?, bool, AttachedYamlAssetMetadata)
public AssetLoadResult(T asset, ILogger? logger, bool aliasOccurred, AttachedYamlAssetMetadata yamlMetadata)
  Parameters
assetTloggerILoggeraliasOccurredboolyamlMetadataAttachedYamlAssetMetadata
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; }