Add deprecation info for users to upgrade the code

This commit is contained in:
Wojtek Figat
2022-09-08 18:49:25 +02:00
parent 3abbafa530
commit 2c4d578f7c

View File

@@ -22,7 +22,7 @@ namespace FlaxEditor.CustomEditors.Elements
/// <summary>
/// [Deprecated on 26.05.2022, expires on 26.05.2024]
/// </summary>
[System.Obsolete("Deprecated in 1.4")]
[System.Obsolete("Deprecated in 1.4, ValueBox instead")]
public FloatValueBox FloatValue => ValueBox;
/// <summary>