Table of Contents

Class UILibrary

Namespace
Stride.Engine
Assembly
Stride.UI.dll
[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
Inheritance
UILibrary
Implements
Inherited Members
Extension Methods

Constructors

UILibrary()

public UILibrary()

Properties

UIElements

Gets the UI elements.

public Dictionary<string, UIElement> UIElements { get; }

Property Value

Dictionary<string, UIElement>