Interactable.Draggable
Draggable
Acts as a bit-mask indicating which axes can trigger drag events once a "drag threshold" is surpassed.
Remarks
if Draggable[axis]
is false
, the "drag threshold" along that axis
is infinite and will never trigger a drag event.
Declaration
public ThreeD<bool> Draggable { get; set; }