Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    DynamicYamlExtensions Class

    Namespace: Stride.Core.Yaml
    Assembly: Stride.Core.Assets.dll
    System.Object → DynamicYamlExtensions
    Derived from DynamicYamlExtensions:

    public static class DynamicYamlExtensions
    Name Description
    Methods
    ConvertFrom<T>(T)
    ConvertTo<T>(IDynamicYamlNode)
    | Improve this Doc View Source

    Methods


    ConvertFrom<T>(T)

    public static IDynamicYamlNode ConvertFrom<T>(T dataObject)
    Parameters
    Type Name Description
    T dataObject
    Returns
    Type Description
    IDynamicYamlNode
    Type Parameters
    Name Description
    T

    ConvertTo<T>(IDynamicYamlNode)

    public static T ConvertTo<T>(IDynamicYamlNode yamObject)
    Parameters
    Type Name Description
    IDynamicYamlNode yamObject
    Returns
    Type Description
    T
    Type Parameters
    Name Description
    T

    • Improve this Doc
    • View Source
    In This Article

    Back to top

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