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
|