Class TypeSearchPopup.TypeItemView
The type item.
Implements
System.IComparable
    
  Namespace: FlaxEditor.GUI
Assembly: FlaxEngine.CSharp.dll
Syntax
public class TypeItemView : ItemsListContextMenu.Item, IComparable, IDrawable
  Constructors
TypeItemView()
Initializes a new instance of the TypeSearchPopup.TypeItemView class.
Declaration
public TypeItemView()
  TypeItemView(ScriptType)
Initializes a new instance of the TypeSearchPopup.TypeItemView class.
Declaration
public TypeItemView(ScriptType type)
  Parameters
| 
        FlaxEditor.Scripting.ScriptType
        type
         The type.  | 
    
TypeItemView(ScriptType, Object[])
Initializes a new instance of the TypeSearchPopup.TypeItemView class.
Declaration
public TypeItemView(ScriptType type, object[] attributes)
  Parameters
| 
        FlaxEditor.Scripting.ScriptType
        type
         The type.  | 
    
| 
        System.Object[]
        attributes
         The type attributes.  | 
    
Properties
Type
Gets the type.
Declaration
public ScriptType Type { get; }
  Property Value
| 
        FlaxEditor.Scripting.ScriptType
         
  | 
    
Methods
OnDestroy()
Method called when managed instance should be destroyed
Declaration
public override void OnDestroy()
  Overrides
Extension Methods
See Also
FlaxEditor.GUI.ItemsListContextMenu.Item