Class SpawnTab
Objects spawning tab. Supports searching actor types and prefabs for spawning them into the level.
Implements
System.IComparable
Namespace: FlaxEditor.Windows
Assembly: FlaxEngine.CSharp.dll
Syntax
public class SpawnTab : Tab, IComparable, IDrawable
Constructors
SpawnTab(SpriteHandle, Editor)
Initializes a new instance of the SpawnTab class.
Declaration
public SpawnTab(SpriteHandle icon, Editor editor)
Parameters
|
SpriteHandle
icon
The icon. |
|
Editor
editor
The editor instance. |
Fields
Editor
Methods
Draw()
Draw the control and the children.
Declaration
public override void Draw()
Overrides
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