Merge branch 'xxSeys1-VjCurvatureTweak'

This commit is contained in:
2026-04-07 13:21:21 +02:00
+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.