Merge branch 'reordering' of https://github.com/Menotdan/FlaxEngine into Menotdan-reordering

#2670
This commit is contained in:
Menotdan
2024-06-10 23:13:50 +02:00
committed by Wojtek Figat
parent 7f6805aac6
commit 892ab47b7a
4 changed files with 449 additions and 4 deletions

View File

@@ -111,6 +111,11 @@ namespace FlaxEditor.CustomEditors
/// </summary>
public PropertyNameLabel LinkedLabel;
/// <summary>
/// Gets the layout for this editor. Used to calculate bounds.
/// </summary>
public LayoutElementsContainer Layout => _layout;
internal virtual void Initialize(CustomEditorPresenter presenter, LayoutElementsContainer layout, ValueContainer values)
{
_layout = layout;