Class FoliageTypesTab
Foliage types editor tab. Allows to add, remove or modify foliage instance types defined for the current foliage object.
Implements
System.IComparable
Namespace: FlaxEditor.Tools.Foliage
Assembly: FlaxEngine.CSharp.dll
Syntax
public class FoliageTypesTab : Tab, IComparable, IDrawable
Constructors
FoliageTypesTab(FoliageTab)
Initializes a new instance of the FoliageTypesTab class.
Declaration
public FoliageTypesTab(FoliageTab tab)
Parameters
FlaxEditor.Tools.Foliage.FoliageTab
tab
The parent tab. |
Fields
Tab
The parent foliage tab.
Declaration
public readonly FoliageTab Tab
Field Value
FlaxEditor.Tools.Foliage.FoliageTab
|
Methods
PerformLayoutBeforeChildren()
Perform layout for that container control before performing it for child controls.
Declaration
protected override void PerformLayoutBeforeChildren()
Overrides
Extension Methods
See Also
FlaxEditor.GUI.Tabs.Tab