Add Scalar Icon, PS & XBox

A separate scalar icon for the value box
This commit is contained in:
W2.Wizard
2021-04-13 10:41:04 +02:00
parent 1e2a15d6c1
commit 7877f77242
6 changed files with 13 additions and 3 deletions

View File

@@ -224,6 +224,12 @@ namespace FlaxEngine.GUI
[EditorOrder(320)]
public SpriteHandle Scale;
/// <summary>
/// The scalar icon.
/// </summary>
[EditorOrder(330)]
public SpriteHandle Scalar;
/// <summary>
/// The shared tooltip control used by the controls if no custom tooltip is provided.
/// </summary>