Click or drag to resize

SlotItemsSetterSlotItemDestroyedEvent Class

Event which is fired when a slot item was destroyed.
Inheritance Hierarchy
SystemObject
  UnityEngine.EventsUnityEventBase
    UnityEngine.EventsUnityEventSlotItemsSetterSlotItemDestroyedEventData
      Slash.Unity.DataBind.Foundation.SettersSlotItemsSetterSlotItemDestroyedEvent

Namespace:  Slash.Unity.DataBind.Foundation.Setters
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
[SerializableAttribute]
public class SlotItemDestroyedEvent : UnityEvent<SlotItemsSetterSlotItemDestroyedEventData>

The SlotItemsSetterSlotItemDestroyedEvent type exposes the following members.

Constructors
  NameDescription
Public methodSlotItemsSetterSlotItemDestroyedEvent
Initializes a new instance of the SlotItemsSetterSlotItemDestroyedEvent class
Top
See Also