C# Class Flood.GUI.DragDrop.Package

Show file Open project: FloodProject/flood Class Usage Examples

Public Properties

Property Type Description
DrawControl Flood.GUI.Controls.Control
HoldOffset Vector2i
IsDraggable bool
Name String
UserData object

Property Details

DrawControl public property

public Control,Flood.GUI.Controls DrawControl
return Flood.GUI.Controls.Control

HoldOffset public property

public Vector2i HoldOffset
return Vector2i

IsDraggable public property

public bool IsDraggable
return bool

Name public property

public String Name
return String

UserData public property

public object UserData
return object