C# Class DragTarget, RPGQuest

Exibir arquivo Open project: hughrogers/RPGQuest Class Usage Examples

Public Methods

Method Description
DragDropped ( ChoiceContent, drag, Vector2 pos ) : bool
DragStarted ( Vector2 pos ) : ChoiceContent,

Method Details

DragDropped() public abstract method

public abstract DragDropped ( ChoiceContent, drag, Vector2 pos ) : bool
drag ChoiceContent,
pos Vector2
return bool

DragStarted() public abstract method

public abstract DragStarted ( Vector2 pos ) : ChoiceContent,
pos Vector2
return ChoiceContent,