Improve LocalizedStringTable editor

This commit is contained in:
Wojtek Figat
2021-04-22 13:28:52 +02:00
parent aa07d3b2fa
commit af34bafc5a
3 changed files with 133 additions and 3 deletions

View File

@@ -261,6 +261,11 @@ namespace FlaxEngine.GUI
}
}
/// <summary>
/// Gets a value indicating whether user is editing the text.
/// </summary>
public bool IsEditing => _isEditing;
/// <summary>
/// Gets or sets text property.
/// </summary>