Browse Source
* Draggables are now only treated as dragged based on the state of a bool Before, when a draggable is being moved even in the editor (or by other things like scroll rects), they can still invoke events. With this fix, we can have the events only execute when they actually are being dragged, be it by the user or some code meant to do said dragging * Moved Drag event handlers to their own foldermaster
CG-Tespy
3 years ago
committed by
Steve Halliwell
13 changed files with 29 additions and 4 deletions
@ -0,0 +1,8 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: 21248040e66eae44e925a1352ef3add9 |
||||||
|
folderAsset: yes |
||||||
|
DefaultImporter: |
||||||
|
externalObjects: {} |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
Loading…
Reference in new issue