Tanoda
OnDraggedCancel.cs
Go to the documentation of this file.
1
using
System.Collections;
2
using
System.Collections.Generic;
3
using
GILES
.
Interface
;
4
using
UnityEngine
;
5
using
UnityEngine
.
UI
;
6
7
public
class
OnDraggedCancel
: MonoBehaviour
8
{
9
void
OnSimpleDragAndDropEvent(
DragAndDropCell
.
DropEventDescriptor
desc)
10
{
11
desc.permission =
false
;
12
}
13
}
DragAndDropCell.DropEventDescriptor
Definition:
DragAndDropCell.cs:29
DragAndDropCell
Every item's cell must contain this script
Definition:
DragAndDropCell.cs:12
OnDraggedCancel
Definition:
OnDraggedCancel.cs:8
GILES.Interface
Definition:
pb_AutoStageItemEditor.cs:9
GILES
Definition:
pb_CollectionUtil.cs:4
UnityEngine.UI
Definition:
HSVPicker/UtilityScripts/BoxSlider.cs:7
UnityEngine
Definition:
HSVPicker/UtilityScripts/BoxSlider.cs:7
Source
Assets
Scripts
SimpleDragAndDrop
Scripts
OnDraggedCancel.cs
Generated by
1.9.3