C# Class GUIDraggableObject, COMA

Mostra file Open project: GDACollab/COMA Class Usage Examples

Protected Properties

Property Type Description
m_Position Vector2

Public Methods

Method Description
Drag ( Rect draggingRect ) : void
GUIDraggableObject ( ) : System.Collections
GUIDraggableObject ( Vector2 position ) : System.Collections

Method Details

Drag() public method

public Drag ( Rect draggingRect ) : void
draggingRect Rect
return void

GUIDraggableObject() public method

public GUIDraggableObject ( ) : System.Collections
return System.Collections

GUIDraggableObject() public method

public GUIDraggableObject ( Vector2 position ) : System.Collections
position Vector2
return System.Collections

Property Details

m_Position protected_oe property

protected Vector2 m_Position
return Vector2