Add Category attribute for types grouping in editor dialogs

This commit is contained in:
Wojtek Figat
2021-06-15 16:39:15 +02:00
parent 8816e4403d
commit c91c8b66ce
8 changed files with 116 additions and 52 deletions

View File

@@ -10,6 +10,7 @@ namespace FlaxEditor.GUI
/// The label that contains events for mouse interaction.
/// </summary>
/// <seealso cref="FlaxEngine.GUI.Label" />
[HideInEditor]
public class ClickableLabel : Label
{
private bool _leftClick;