Class WidgetCreateEntry
Widget asset creating handler. Allows to specify base UIControl to use as the root.
Namespace: FlaxEditor.Content.Create
Assembly: FlaxEngine.CSharp.dll
Syntax
public class WidgetCreateEntry : CreateFileEntry, IFileEntryAction
Constructors
WidgetCreateEntry(String)
Initializes a new instance of the Widget
Declaration
public WidgetCreateEntry(string resultUrl)
Parameters
System. The result file url. |
Properties
Settings
Gets or sets the settings object to modify.
Declaration
public override object Settings { get; }
Property Value
System.
|
Overrides
Methods
Create()
Creates the result file.
Declaration
public override bool Create()
Returns
System. True if failed, otherwise false. |