コード例 #1
0
 public void TweetWithHashtagsAndImage()
 {
     UnityRoomTweet.TweetWithImage("unityroom-tweet-sample", "ツイートサンプルです。", "unityroom", "unity1week");
 }
コード例 #2
0
 public void TweetWithHashtagAndImage()
 {
     UnityRoomTweet.TweetWithImage("cutandsquash", "ツイートサンプルです。", "unityroom");
 }
コード例 #3
0
 public void TweetWithImage()
 {
     UnityRoomTweet.TweetWithImage("unityroom-tweet-sample", "ツイートサンプルです。");
 }
コード例 #4
0
 public void TweetWithImage()
 {
     UnityRoomTweet.TweetWithImage("cutandsquash", "ツイートサンプルです。");
 }