protected override void DestroySelf()
        {
#if ENABLE_INPUT_SYSTEM && !ENABLE_LEGACY_INPUT_MANAGER
            if (InstanceItem == this)
            {
                InstanceItem = null;
            }
#endif

            RuntimeInspectorUtils.PoolDraggedReferenceItem(this);
        }
Пример #2
0
 public void OnEndDrag(PointerEventData eventData)
 {
     RuntimeInspectorUtils.PoolDraggedReferenceItem(this);
 }
Пример #3
0
 protected override void DestroySelf()
 {
     RuntimeInspectorUtils.PoolDraggedReferenceItem(this);
 }