Beispiel #1
0
 public virtual void OnInit(DragableObject pDragableObject)
 {
     this.pDragableObject = pDragableObject;
 }
Beispiel #2
0
 public DragEvent(DragableObject pDragableObject, EDragState eDragState, Vector2 vecMousePos)
 {
     this.pDragableObject = pDragableObject; this.eDragState = eDragState; this.vecMousePos = vecMousePos;
 }