Fix missing doc comment

This commit is contained in:
2026-07-13 18:11:35 +02:00
parent 89fe9d8e54
commit f3af10ca9e
@@ -244,6 +244,9 @@ namespace FlaxEditor.CustomEditors
/// </summary>
protected readonly RootEditor Editor;
/// <summary>
/// The current selection.
/// </summary>
public readonly ValueContainer Selection = new ValueContainer(ScriptMemberInfo.Null);
/// <summary>