From f3af10ca9ebc8497f288bf1047763cd019ab3c0d Mon Sep 17 00:00:00 2001 From: Wojtek Figat Date: Mon, 13 Jul 2026 18:11:35 +0200 Subject: [PATCH] Fix missing doc comment --- Source/Editor/CustomEditors/CustomEditorPresenter.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Source/Editor/CustomEditors/CustomEditorPresenter.cs b/Source/Editor/CustomEditors/CustomEditorPresenter.cs index 2ccd53e25..94496c334 100644 --- a/Source/Editor/CustomEditors/CustomEditorPresenter.cs +++ b/Source/Editor/CustomEditors/CustomEditorPresenter.cs @@ -244,6 +244,9 @@ namespace FlaxEditor.CustomEditors /// protected readonly RootEditor Editor; + /// + /// The current selection. + /// public readonly ValueContainer Selection = new ValueContainer(ScriptMemberInfo.Null); ///