Add an option to toggle translating tooltip type names (not implemented yet)

This commit is contained in:
Menotdan
2023-05-07 13:12:27 -04:00
parent 4c906f4040
commit c717a102fc

View File

@@ -134,6 +134,13 @@ namespace FlaxEditor.Options
[EditorDisplay("Interface"), EditorOrder(280), Tooltip("Editor content window orientation.")]
public FlaxEngine.GUI.Orientation ContentWindowOrientation { get; set; } = FlaxEngine.GUI.Orientation.Horizontal;
/// <summary>
/// Gets or sets the option to use type name translations.
/// </summary>
[DefaultValue(true)]
[EditorDisplay("Interface"), EditorOrder(290), Tooltip("Attempt to translate asset type names.")]
public bool TranslateTypeNames { get; set; } = true;
/// <summary>
/// Gets or sets the timestamps prefix mode for output log messages.
/// </summary>