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
Extension Methods
See Also
FlaxEditor.GUI.Tabs.Tab