Tanoda
DropArea Class Reference
Inheritance diagram for DropArea:

Public Member Functions

bool Accepts (MouseDragBehaviour draggable)
 
void Drop (MouseDragBehaviour draggable)
 

Public Attributes

List< DropConditionDropConditions = new List<DropCondition>()
 

Events

Action< MouseDragBehaviourOnDropHandler
 

Detailed Description

Definition at line 5 of file DropArea.cs.

Member Function Documentation

◆ Accepts()

bool DropArea.Accepts ( MouseDragBehaviour  draggable)

Definition at line 10 of file DropArea.cs.

◆ Drop()

void DropArea.Drop ( MouseDragBehaviour  draggable)

Definition at line 15 of file DropArea.cs.

Member Data Documentation

◆ DropConditions

List<DropCondition> DropArea.DropConditions = new List<DropCondition>()

Definition at line 7 of file DropArea.cs.

Event Documentation

◆ OnDropHandler

Action<MouseDragBehaviour> DropArea.OnDropHandler

Definition at line 8 of file DropArea.cs.


The documentation for this class was generated from the following file: