Table of Contents

Class AssetLoadResult<T>

Namespace
Stride.Core.Assets
Assembly
Stride.Core.Assets.dll
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 T
logger ILogger
aliasOccurred bool
yamlMetadata AttachedYamlAssetMetadata

Properties

AliasOccurred

public bool AliasOccurred { get; }

Property Value

bool

Asset

public T Asset { get; }

Property Value

T

Logger

public ILogger Logger { get; }

Property Value

ILogger

YamlMetadata

public AttachedYamlAssetMetadata YamlMetadata { get; }

Property Value

AttachedYamlAssetMetadata