AssetLoadResult<T> Class
Namespace: Stride.Core.Assets
Assembly: Stride.Core.Assets.dll
System.Object →
AssetLoadResult<T>
Derived from AssetLoadResult<T>:
public class AssetLoadResult<T>
Type Parameters
|
Improve this Doc
View Source
Constructors
public AssetLoadResult(T asset, ILogger logger, bool aliasOccurred, AttachedYamlAssetMetadata yamlMetadata)
Parameters
|
Improve this Doc
View Source
Properties
AliasOccurred
public bool AliasOccurred { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
Asset
Property Value
Logger
public ILogger Logger { get; }
Property Value
public AttachedYamlAssetMetadata YamlMetadata { get; }
Property Value
Extension Methods