- Some cleanup and tooltips

This commit is contained in:
Nils Hausfeld
2024-06-20 00:18:11 +02:00
parent cb1324fc2d
commit d7a0c69990
8 changed files with 61 additions and 57 deletions
+1 -1
View File
@@ -372,7 +372,7 @@ namespace FlaxEditor.Options
/// Gets or sets the visject connection curvature.
/// </summary>
[DefaultValue(true)]
[EditorDisplay("Visject"), EditorOrder(550)]
[EditorDisplay("Visject"), EditorOrder(550), Tooltip("Shows/hides the description panel in the visual scripting context menu.")]
public bool VisualScriptingDescriptionPanel { get; set; } = true;
private static FontAsset DefaultFont => FlaxEngine.Content.LoadAsyncInternal<FontAsset>(EditorAssets.PrimaryFont);