Skip to content

Instantly share code, notes, and snippets.

@mstfmrt07
Created May 13, 2021 19:46
Show Gist options
  • Save mstfmrt07/4941ee461066ab707f7ae9ea76956abd to your computer and use it in GitHub Desktop.
Save mstfmrt07/4941ee461066ab707f7ae9ea76956abd to your computer and use it in GitHub Desktop.
public void OnBeginDrag(PointerEventData eventData)
{
throw new System.NotImplementedException();
}
public void OnDrag(PointerEventData eventData)
{
throw new System.NotImplementedException();
}
public void OnEndDrag(PointerEventData eventData)
{
throw new System.NotImplementedException();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment