Search Results for

    Show / Hide Table of Contents

    Class WidgetCreateEntry.Options

    The create options.

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

    Constructors

    Options()

    Declaration
    public Options()

    Fields

    RootControlType

    The root control.

    Declaration
    [TypeReference]
    [Tooltip("The control type of the root of the new Widget's root control.")]
    [VisibleIf("ShowRoot", false)]
    public Type RootControlType
    Field Value
    System.Type

    WidgetInitializationMode

    The mode used to initialize the widget.

    Declaration
    [Tooltip("Whether to initialize the widget with a canvas or a control.")]
    public WidgetCreateEntry.Options.WidgetMode WidgetInitializationMode
    Field Value
    WidgetCreateEntry.Options.WidgetMode

    Extension Methods

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