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);
///