Merge branch 'improvedEditorSettingDescriptions' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-improvedEditorSettingDescriptions
This commit is contained in:
@@ -211,10 +211,10 @@ namespace FlaxEditor.Options
|
|||||||
public bool SeparateValueAndUnit { get; set; }
|
public bool SeparateValueAndUnit { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets the option to put a space between numbers and units for unit formatting.
|
/// Gets or sets tree line visibility.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[DefaultValue(true)]
|
[DefaultValue(true)]
|
||||||
[EditorDisplay("Interface"), EditorOrder(320)]
|
[EditorDisplay("Interface"), EditorOrder(320), Tooltip("Toggles tree line visibility in places like the Scene or Content Panel.")]
|
||||||
public bool ShowTreeLines { get; set; } = true;
|
public bool ShowTreeLines { get; set; } = true;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
@@ -369,7 +369,7 @@ namespace FlaxEditor.Options
|
|||||||
public int NumberOfGameClientsToLaunch = 1;
|
public int NumberOfGameClientsToLaunch = 1;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets the visject connection curvature.
|
/// Gets or sets the curvature of the line connecting to connected visject nodes.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[DefaultValue(1.0f), Range(0.0f, 2.0f)]
|
[DefaultValue(1.0f), Range(0.0f, 2.0f)]
|
||||||
[EditorDisplay("Visject"), EditorOrder(550)]
|
[EditorDisplay("Visject"), EditorOrder(550)]
|
||||||
|
|||||||
Reference in New Issue
Block a user