Esempio n. 1
0
 public void TweetWithHashtags()
 {
     UnityRoomTweet.Tweet("cutandsquash",
                          "2Dシューティング「カット&スカッシュ!」で"
                          + GameManager.Instance.SquashedNum + " 匹のスライムをつぶしました!\n"
                          + "プレイはこちらから→ ",
                          "unityroom", "unity1week");
 }
Esempio n. 2
0
 public void Tweet()
 {
     UnityRoomTweet.Tweet("AAA", "BBB");
 }
Esempio n. 3
0
 public void TweetWithHashtagsAndImage()
 {
     UnityRoomTweet.TweetWithImage("unityroom-tweet-sample", "ツイートサンプルです。", "unityroom", "unity1week");
 }
Esempio n. 4
0
 public void TweetWithImage()
 {
     UnityRoomTweet.TweetWithImage("unityroom-tweet-sample", "ツイートサンプルです。");
 }
Esempio n. 5
0
        public void TweetWithHashtags()
        {
            int score = GameController.instance.GetScore();

            UnityRoomTweet.Tweet("select10", $"{score}点取りました!!", "unityroom", "unity1week");
        }
Esempio n. 6
0
 public void TweetWithHashtag()
 {
     UnityRoomTweet.Tweet("unityroom-tweet-sample", "ツイートサンプルです。", "unityroom");
 }
Esempio n. 7
0
 public void Tweet()
 {
     UnityRoomTweet.Tweet("cutandsquash", "ツイートサンプルです。");
 }
Esempio n. 8
0
 public void TweetWithHashtagAndImage()
 {
     UnityRoomTweet.TweetWithImage("cutandsquash", "ツイートサンプルです。", "unityroom");
 }
Esempio n. 9
0
 public void TweetWithImage()
 {
     UnityRoomTweet.TweetWithImage("cutandsquash", "ツイートサンプルです。");
 }