C# Class GUIDraggableObject, COMA

Afficher le fichier Open project: GDACollab/COMA Class Usage Examples

Protected Properties

Свойство Type Description
m_Position Vector2

Méthodes publiques

Méthode Description
Drag ( Rect draggingRect ) : void
GUIDraggableObject ( ) : System.Collections
GUIDraggableObject ( Vector2 position ) : System.Collections

Method Details

Drag() public méthode

public Drag ( Rect draggingRect ) : void
draggingRect Rect
Résultat void

GUIDraggableObject() public méthode

public GUIDraggableObject ( ) : System.Collections
Résultat System.Collections

GUIDraggableObject() public méthode

public GUIDraggableObject ( Vector2 position ) : System.Collections
position Vector2
Résultat System.Collections

Property Details

m_Position protected_oe property

protected Vector2 m_Position
Résultat Vector2