Class CreateFilesDialog
Dialog used to edit new file settings.
Implements
System.IComparable
Namespace: FlaxEditor.Content.Create
Assembly: FlaxEngine.CSharp.dll
Syntax
public class CreateFilesDialog : Dialog, IComparable, IDrawable
Constructors
CreateFilesDialog(CreateFileEntry)
Initializes a new instance of the CreateFilesDialog class.
Declaration
public CreateFilesDialog(CreateFileEntry entry)
Parameters
CreateFileEntry
entry
The entry to edit it's settings. |
Methods
OnSubmit()
Generic user interaction event for a control used by UI navigation (eg. user submits on the currently focused control).
Declaration
public override void OnSubmit()
Overrides
SetupWindowSettings(ref CreateWindowSettings)
Setups the window settings.
Declaration
protected override void SetupWindowSettings(ref CreateWindowSettings settings)
Parameters
CreateWindowSettings
settings
The settings. |