Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    UILibraryExtensions Class

    Namespace: Stride.Engine
    Assembly: Stride.UI.dll
    System.Object → UILibraryExtensions
    Derived from UILibraryExtensions:

    public static class UILibraryExtensions
    Name Description
    Methods
    InstantiateElement<TElement>(UILibrary, String)

    Instantiates a copy of the element of the library identified by name.

    | Improve this Doc View Source

    Methods


    InstantiateElement<TElement>(UILibrary, String)

    Instantiates a copy of the element of the library identified by name.

    public static TElement InstantiateElement<TElement>(this UILibrary library, string name)
        where TElement : UIElement
    Parameters
    Type Name Description
    UILibrary library

    The library.

    System.String name

    The name of the element in the library.

    Returns
    Type Description
    TElement
    Type Parameters
    Name Description
    TElement

    The type of the element.


    • Improve this Doc
    • View Source
    In This Article

    Back to top

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