tweak visject default curvature
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user