コード例 #1
0
 public void OnPointerExit(PointerEventData eventData)
 {
     if (gameObject.name == "PracticeTrigger")
     {
         button.sprite = buttonNormalState;
     }
     if (gameObject.name == "TableButton")
     {
         table.Close();
     }
     if (gameObject.name == "Question")
     {
         table.Close();
     }
 }
コード例 #2
0
 public void PointerOut()
 {
     if (joinObject != null)
     {
         joinObject.BackMaterials();
     }
     Panel.Close();
 }
コード例 #3
0
    public void PointerOut()
    {
        text.font = fontRegular;

        if (joinObject != null)
        {
            joinObject.BackMaterials();
        }
        Panel.Close();
    }
コード例 #4
0
 void OnMouseExit()
 {
     //Cursor.SetCursor(startcursor, Vector2.zero, cursorMode);
     //changer.BackMaterials();
     Panel.Close();
 }