コード例 #1
0
ファイル: Baidu.cs プロジェクト: pz789as/BaiDu-Unity-Plugin
 public void showBannerRelative(AdSize size, int position, int marginY)
 {
     _kmshowBannerRelative(size.Width, size.Height, position, marginY);
 }
コード例 #2
0
ファイル: Baidu.cs プロジェクト: pz789as/BaiDu-Unity-Plugin
 public void showBannerRelative(AdSize size, int position, int marginY)
 {
     Debug.Log("calling showBannerRelative");
 }
コード例 #3
0
ファイル: Baidu.cs プロジェクト: pz789as/BaiDu-Unity-Plugin
 public void showBannerAbsolute(AdSize size, int x, int y)
 {
     _kmshowBannerAbsolute(size.Width, size.Height, x, y);
 }
コード例 #4
0
ファイル: Baidu.cs プロジェクト: pz789as/BaiDu-Unity-Plugin
 public void showBannerAbsolute(AdSize size, int x, int y)
 {
     jbaidu.Call("showBannerAbsolute", new object[] { size.Width, size.Height, x, y });
 }
コード例 #5
0
ファイル: Baidu.cs プロジェクト: pz789as/BaiDu-Unity-Plugin
 public void showBannerAbsolute(AdSize size, int x, int y)
 {
     Debug.Log("calling showBannerAbsolute");
 }
コード例 #6
0
 public void showBannerRelative(AdSize size, int position, int marginY)
 {
     _kmshowBannerRelative(size.Width, size.Height, position, marginY);
 }
コード例 #7
0
ファイル: Baidu.cs プロジェクト: pz789as/BaiDu-Unity-Plugin
 public void showBannerRelative(AdSize size, int position, int marginY)
 {
     jbaidu.Call("showBannerRelative", new object[] { size.Width, size.Height, position, marginY });
 }
コード例 #8
0
 public void showBannerAbsolute(AdSize size, int x, int y)
 {
     _kmshowBannerAbsolute(size.Width, size.Height, x, y);
 }
コード例 #9
0
 public void showBannerRelative(AdSize size, int position, int marginY)
 {
     Debug.Log("calling showBannerRelative");
 }
コード例 #10
0
 public void showBannerAbsolute(AdSize size, int x, int y)
 {
     Debug.Log("calling showBannerAbsolute");
 }
コード例 #11
0
 public void showBannerAbsolute(AdSize size, int x, int y)
 {
     jbaidu.Call("showBannerAbsolute", new object[] { size.Width, size.Height,x,y });
 }
コード例 #12
0
        public void showBannerRelative(AdSize size, int position,int marginY)
        {
            jbaidu.Call("showBannerRelative", new object[] { size.Width,size.Height,position,marginY});
		}