Merge branch 'develop' into 火山美术合入2.11
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using System.Linq;
|
||||
using System.Linq;
|
||||
using UnityEngine;
|
||||
using UnityEngine.Events;
|
||||
using UnityEngine.EventSystems;
|
||||
@@ -141,6 +141,11 @@ namespace AibisDream.Framework
|
||||
base.OnPointerClick(eventData);
|
||||
}
|
||||
}
|
||||
|
||||
void OnDestroy()
|
||||
{
|
||||
EventSystemEx.Instance.UnRegister(_interaction);
|
||||
}
|
||||
}
|
||||
|
||||
public interface IInteraction
|
||||
|
||||
Reference in New Issue
Block a user