Class ScriptSearchPopup.ScriptItemView
The script item.
Implements
System.IComparable
Namespace: FlaxEditor.GUI
Assembly: FlaxEngine.CSharp.dll
Syntax
public class ScriptItemView : ItemsListContextMenu.Item, IComparable, IDrawable
Constructors
ScriptItemView(Script)
Initializes a new instance of the ScriptSearchPopup.ScriptItemView class.
Declaration
public ScriptItemView(Script script)
Parameters
Script
script
The script. |
Properties
Script
Methods
OnDestroy()
Method called when managed instance should be destroyed
Declaration
public override void OnDestroy()
Overrides
Extension Methods
See Also
FlaxEditor.GUI.ItemsListContextMenu.Item