Add LocalizedString.Empty
This commit is contained in:
@@ -6,6 +6,11 @@ namespace FlaxEngine
|
||||
{
|
||||
partial class LocalizedString : IEquatable<LocalizedString>, IEquatable<string>, IComparable, IComparable<LocalizedString>, IComparable<string>
|
||||
{
|
||||
/// <summary>
|
||||
/// Empty string without localization.
|
||||
/// </summary>
|
||||
public static readonly LocalizedString Empty = new LocalizedString(null);
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="LocalizedString"/> class.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user