tweak visject default curvature

This commit is contained in:
Saas
2026-04-03 18:47:59 +02:00
parent 9a7abd751f
commit 6be0b48270
+2 -2
View File
@@ -502,9 +502,9 @@ namespace FlaxEditor.Options
/// <summary>
/// Gets or sets the curvature of the line connecting to connected visject nodes.
/// </summary>
[DefaultValue(1.0f), Range(0.0f, 2.0f)]
[DefaultValue(0.25f), Range(0.0f, 2.0f)]
[EditorDisplay("Visject"), EditorOrder(550)]
public float ConnectionCurvature { get; set; } = 1.0f;
public float ConnectionCurvature { get; set; } = 0.25f;
/// <summary>
/// Gets or sets a value that indicates wether the context menu description panel is shown or not.