Add **UI navigation** system

#574
This commit is contained in:
Wojciech Figat
2021-12-21 18:12:54 +01:00
parent 71212420f6
commit c178afdf6b
22 changed files with 918 additions and 54 deletions

View File

@@ -19,6 +19,14 @@ namespace FlaxEngine.GUI
[EditorOrder(10), Tooltip("Whether or not we should ignore previous alphas.")]
public bool IgnoreStack;
/// <summary>
/// Initializes a new instance of the <see cref="AlphaPanel"/> class.
/// </summary>
public AlphaPanel()
{
AutoFocus = false;
}
/// <inheritdoc/>
public override void Draw()
{