コード例 #1
0
 void OnClick()
 {
     if (linkLabel)
     {
         linkLabel.OpenURL();
         linkLabel = null;
     }
 }