Class PluginsWindow.CategoryEntry
Plugins category control.
Implements
System.IComparable
Namespace: FlaxEditor.Windows
Assembly: FlaxEngine.CSharp.dll
Syntax
public class CategoryEntry : Tab, IComparable, IDrawable
Constructors
CategoryEntry(String)
Initializes a new instance of the PluginsWindow.CategoryEntry class.
Declaration
public CategoryEntry(string text)
Parameters
System.String
text
The text. |
Fields
Panel
Extension Methods
See Also
FlaxEditor.GUI.Tabs.Tab