コード例 #1
0
 void ShowSharePanel()
 {
     if (e_maskcontroller != null)
     {
         e_maskcontroller.Show();
     }
     m_contentObj.GetComponent <RectTransform> ().DOLocalMove(new Vector3(0, 0, 0), 0.6f).OnComplete(sharePanelShowTweenEnd);
 }
コード例 #2
0
 public void Show()
 {
     if (maskcontroller != null)
     {
         maskcontroller.Show();
     }
     m_contentObj.transform.FindChild("InputField").GetComponent <InputField> ().text = "";
     m_contentObj.GetComponent <RectTransform> ().DOLocalMove(new Vector3(0, 0, 0), 0.6f);
 }