Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    PackageLoadingAssetFile.YamlAsset Class

    Namespace: Stride.Core.Assets
    Assembly: Stride.Core.Assets.dll
    System.Object → DynamicYaml → PackageLoadingAssetFile.YamlAsset
    Derived from PackageLoadingAssetFile.YamlAsset:

    public class YamlAsset : DynamicYaml, IDisposable
    Name Description
    Constructors
    YamlAsset(PackageLoadingAssetFile)
    Properties
    Asset
    Methods
    Dispose()
    | Improve this Doc View Source

    Constructors


    YamlAsset(PackageLoadingAssetFile)

    public YamlAsset(PackageLoadingAssetFile packageLoadingAssetFile)
    Parameters
    Type Name Description
    PackageLoadingAssetFile packageLoadingAssetFile
    | Improve this Doc View Source

    Properties


    Asset

    public PackageLoadingAssetFile Asset { get; }
    Property Value
    Type Description
    PackageLoadingAssetFile
    | Improve this Doc View Source

    Methods


    Dispose()

    public void Dispose()

    Inherited Members

    DynamicYaml.RootNode
    DynamicYaml.DynamicRootNode
    DynamicYaml.WriteTo(Stream, SerializerSettings)
    DynamicYaml.WriteTo(TextWriter, SerializerSettings)
    DynamicYaml.ToString()

    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