DragTarget.DragDropped C# (CSharp) Method

DragDropped() public abstract method

public abstract DragDropped ( ChoiceContent, drag, Vector2 pos ) : bool
drag ChoiceContent,
pos Vector2
return bool
    public abstract bool DragDropped(ChoiceContent drag, Vector2 pos);