@@ -232,6 +232,7 @@ namespace FlaxEditor.CustomEditors.Editors
|
||||
|
||||
public void Setup(CollectionEditor editor, int index, bool canReorder = true)
|
||||
{
|
||||
Pivot = Float2.Zero;
|
||||
HeaderHeight = 18;
|
||||
_canReorder = canReorder;
|
||||
EnableDropDownIcon = true;
|
||||
@@ -884,6 +885,11 @@ namespace FlaxEditor.CustomEditors.Editors
|
||||
set => _pickerValidator.FileExtension = value;
|
||||
}
|
||||
|
||||
public DragAreaControl()
|
||||
{
|
||||
Pivot = Float2.Zero;
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
public override void Draw()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user