吸附功能
This commit is contained in:
@@ -120,6 +120,12 @@ namespace AibisDream.Framework
|
||||
EventSystemEx.Instance.OnEndDrag(_interaction);
|
||||
base.OnBeginDrag(eventData);
|
||||
}
|
||||
|
||||
public override void OnPointerClick(PointerEventData eventData)
|
||||
{
|
||||
// EventSystemEx.Instance.OnPointerClick(_interaction);
|
||||
base.OnPointerClick(eventData);
|
||||
}
|
||||
}
|
||||
|
||||
public interface IInteraction
|
||||
|
||||
Reference in New Issue
Block a user