Tweaks for doc comments

This commit is contained in:
Wojciech Figat
2021-12-07 13:24:05 +01:00
parent c0bcb54044
commit ea71e8cbe6
8 changed files with 36 additions and 78 deletions

View File

@@ -62,17 +62,11 @@ namespace FlaxEditor.GUI.Drag
/// <summary>
/// Gets a value indicating whether this instance has valid drag data.
/// </summary>
/// <value>
/// <c>true</c> if this instance has valid drag data; otherwise, <c>false</c>.
/// </value>
public sealed override bool HasValidDrag => Objects.Count > 0;
/// <summary>
/// Gets the current drag effect.
/// </summary>
/// <value>
/// The effect.
/// </value>
public override DragDropEffect Effect => HasValidDrag ? DragDropEffect.Move : DragDropEffect.None;
/// <summary>