Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    UILibrary Class

    Namespace: Stride.Engine
    Assembly: Stride.UI.dll
    System.Object → DisposeBase → ComponentBase → UILibrary
    Derived from UILibrary:

    [DataContract("UIlibrary")]
    [ContentSerializer(typeof(DataContentSerializerWithReuse<UILibrary>))]
    [DataSerializerGlobal(typeof(ReferenceSerializer<UILibrary>), null, DataSerializerGenericMode.None, false, false, Profile = "Content")]
    public class UILibrary : ComponentBase, IDisposable, IComponent, IReferencable, ICollectorHolder
    Name Description
    Constructors
    UILibrary()
    Properties
    UIElements

    Gets the UI elements.

    | Improve this Doc View Source

    Constructors


    UILibrary()

    public UILibrary()
    | Improve this Doc View Source

    Properties


    UIElements

    Gets the UI elements.

    public Dictionary<string, UIElement> UIElements { get; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, UIElement>

    Inherited Members

    ComponentBase.Tags
    ComponentBase.Name
    ComponentBase.Destroy()
    ComponentBase.ICollectorHolder.Collector
    ComponentBase.OnNameChanged()
    ComponentBase.ToString()
    DisposeBase.Dispose()
    DisposeBase.IsDisposed
    DisposeBase.IReferencable.ReferenceCount
    DisposeBase.IReferencable.AddReference()
    DisposeBase.IReferencable.Release()
    DisposeBase.OnAddReference()
    DisposeBase.OnReleaseReference()

    Extension Methods

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

    Back to top

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