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
|