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