Search Results for

    Show / Hide Table of Contents

    Class WidgetCreateEntry.Options.WidgetMode

    Which mode is used to initialize this widget.

    Inheritance
    System.Object
    WidgetCreateEntry.Options.WidgetMode
    Namespace: FlaxEditor.Content.Create
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    public sealed class WidgetMode : Enum

    Fields

    Canvas

    Initialize the widget with a UICanvas.

    Declaration
    public const WidgetCreateEntry.Options.WidgetMode Canvas
    Field Value
    WidgetCreateEntry.Options.WidgetMode

    Control

    Initialize the widget with a UIControl.

    Declaration
    public const WidgetCreateEntry.Options.WidgetMode Control
    Field Value
    WidgetCreateEntry.Options.WidgetMode

    value__

    Declaration
    public int value__
    Field Value
    System.Int32

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat