Class PaintTab
Foliage painting tab. Allows to add or remove foliage instances defined for the current foliage object.
Implements
System.IComparable
Namespace: FlaxEditor.Tools.Foliage
Assembly: FlaxEngine.CSharp.dll
Syntax
public class PaintTab : Tab, IComparable, IDrawable
Constructors
PaintTab(FoliageTab, PaintFoliageGizmoMode)
Initializes a new instance of the PaintTab class.
Declaration
public PaintTab(FoliageTab tab, PaintFoliageGizmoMode mode)
Parameters
FlaxEditor.Tools.Foliage.FoliageTab
tab
The parent tab. |
PaintFoliageGizmoMode
mode
The gizmo mode. |
Fields
Tab
The parent foliage tab.
Declaration
public readonly FoliageTab Tab
Field Value
FlaxEditor.Tools.Foliage.FoliageTab
|
Extension Methods
See Also
FlaxEditor.GUI.Tabs.Tab