UILibrary Class
Namespace: Stride.EngineAssembly: Stride.UI.dll
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. |
Constructors
UILibrary()
public UILibrary()
Properties
UIElements
Gets the UI elements.
public Dictionary<string, UIElement> UIElements { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, UIElement> |