Class ImportFilesDialog
Dialog used to edit import files settings.
Implements
System.IComparable
Namespace: FlaxEditor.Content.Import
Assembly: FlaxEngine.CSharp.dll
Syntax
public class ImportFilesDialog : Dialog, IComparable, IDrawable
Constructors
ImportFilesDialog(List<ImportFileEntry>)
Initializes a new instance of the ImportFilesDialog class.
Declaration
public ImportFilesDialog(List<ImportFileEntry> entries)
Parameters
System.Collections.Generic.List<ImportFileEntry>
entries
The entries to edit settings. |
Properties
EntriesCount
Gets the entries count.
Declaration
public int EntriesCount { get; }
Property Value
System.Int32
|
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. |