Tanoda
|
Public Member Functions | |
bool | Accepts (MouseDragBehaviour draggable) |
void | Drop (MouseDragBehaviour draggable) |
Public Attributes | |
List< DropCondition > | DropConditions = new List<DropCondition>() |
Events | |
Action< MouseDragBehaviour > | OnDropHandler |
Definition at line 5 of file DropArea.cs.
bool DropArea.Accepts | ( | MouseDragBehaviour | draggable | ) |
Definition at line 10 of file DropArea.cs.
void DropArea.Drop | ( | MouseDragBehaviour | draggable | ) |
Definition at line 15 of file DropArea.cs.
List<DropCondition> DropArea.DropConditions = new List<DropCondition>() |
Definition at line 7 of file DropArea.cs.
Action<MouseDragBehaviour> DropArea.OnDropHandler |
Definition at line 8 of file DropArea.cs.