@@ -58,14 +58,14 @@ namespace FlaxEditor.Options
|
||||
/// </summary>
|
||||
[DefaultValue(1f), Range(0f, 5f)]
|
||||
[EditorDisplay("Transform Gizmo", "Gizmo Brightness"), EditorOrder(210)]
|
||||
public float transformGizmoBrightness { get; set; } = 1f;
|
||||
public float TransformGizmoBrightness { get; set; } = 1f;
|
||||
|
||||
/// <summary>
|
||||
/// Gets or set a value indicating the opactiy of the transform gizmo.
|
||||
/// Gets or set a value indicating the opacity of the transform gizmo.
|
||||
/// </summary>
|
||||
[DefaultValue(1f), Range(0f, 1f)]
|
||||
[EditorDisplay("Transform Gizmo", "Gizmo Opacity"), EditorOrder(211)]
|
||||
public float transformGizmoOpacity { get; set; } = 1f;
|
||||
public float TransformGizmoOpacity { get; set; } = 1f;
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating whether enable MSAA for DebugDraw primitives rendering. Helps with pixel aliasing but reduces performance.
|
||||
|
||||
Reference in New Issue
Block a user