Provides information about an in-progress drag for the drag events that
plugins can respond to.
Its interface does not cross the network boundary.
Instances of this class cannot be created with Instance.new.
Tags: [NotCreatable, NotReplicated]
The data being transferred by the drag, corresponding to the Data value
passed to Plugin:StartDrag() when the drag began. This property is
read-only and defaults to an empty string.
Its interface does not cross the network boundary.
Its value can be read, but it cannot be modified.
History 6
- 731
Change Default of Data
from
to
- 726
Change Default of Data
from
to
- 553
Change Default of Data
from
to
- 486
Change ThreadSafety of Data
from
ReadOnly
to
ReadSafe
- 462
Change ThreadSafety of Data
from
to
ReadOnly
- 354
Add Data
Tags: [ReadOnly, NotReplicated]
Identifies the format of PluginDragEvent.Data, corresponding to
the MimeType value passed to Plugin:StartDrag() when the drag
began. This property is read-only and defaults to an empty string.
Its interface does not cross the network boundary.
Its value can be read, but it cannot be modified.
History 6
Tags: [ReadOnly, NotReplicated]
The position, in pixels, of the mouse cursor relative to the
PluginGui widget receiving the drag, updated as the drag moves.
This property is read-only and defaults to (0, 0).
Its interface does not cross the network boundary.
Its value can be read, but it cannot be modified.
History 6
Tags: [ReadOnly, NotReplicated]
A caller-defined string used to identify where the drag originated,
corresponding to the Sender value passed to Plugin:StartDrag()
when the drag began. This property is read-only and defaults to an empty
string.
Its interface does not cross the network boundary.
Its value can be read, but it cannot be modified.
History 6
Tags: [ReadOnly, NotReplicated]