Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    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
    Name Description
    T
    Name Description
    Constructors
    AssetLoadResult(T, ILogger, Boolean, AttachedYamlAssetMetadata)
    Properties
    AliasOccurred
    Asset
    Logger
    YamlMetadata
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    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

    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation