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