Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    IUnloadable Interface

    Namespace: Stride.Core.Yaml
    Assembly: Stride.Core.Assets.dll

    Objects that can't be loaded as valid Yaml will be converted to a proxy object implementing this interface by Stride.Core.Yaml.ErrorRecoverySerializer.

    public interface IUnloadable
    Name Description
    Properties
    AssemblyName
    Error
    ParsingEvents
    TypeName
    | Improve this Doc View Source

    Properties


    AssemblyName

    string AssemblyName { get; }
    Property Value
    Type Description
    System.String

    Error

    string Error { get; }
    Property Value
    Type Description
    System.String

    ParsingEvents

    List<ParsingEvent> ParsingEvents { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<Stride.Core.Yaml.Events.ParsingEvent>

    TypeName

    string TypeName { get; }
    Property Value
    Type Description
    System.String

    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