Exemplo n.º 1
0
    // MONOBEHAVIOUR METHODS
    void Awake()
    {
        da = GetComponent <DraggingActions>();

        /*if (da != null && da.CanDrag && HowToStart == StartDragBehavior.InAwake)
         * {
         *  StartDragging();
         * }*/
    }
Exemplo n.º 2
0
 // MONOBEHAVIOUR METHODS
 void Awake()
 {
     da = GetComponent <DraggingActions>();
 }
Exemplo n.º 3
0
 void Awake()
 {
     da   = GetComponent <DraggingActions>();
     dt   = GetComponent <DragOnTarget>();
     card = GetComponent <CardManager>();
 }
Exemplo n.º 4
0
 // MONOBEHAVIOUR METHODS
 void Awake()
 {
     da = gameObject.GetComponent <DraggingActions>();
 }
Exemplo n.º 5
0
 // MONOBEHAVIOUR METHODS
 void Awake()
 {
     da       = GetComponent <DraggingActions>();
     dragging = false;
 }