登录
首页 » WINDOWS » Unity-Webview-master

Unity-Webview-master

于 2020-06-16 发布 文件大小:113KB
0 187
下载积分: 1 下载次数: 0

代码说明:

  Unity-Webview-master for android/ios

文件列表:

Unity-Webview-master, 0 , 2013-12-03
Unity-Webview-master\LICENSE.md, 914 , 2013-12-03
Unity-Webview-master\ReadMe.md, 404 , 2013-12-03
Unity-Webview-master\source, 0 , 2013-12-03
Unity-Webview-master\source\AndroidManifest.xml, 734 , 2013-12-03
Unity-Webview-master\source\libs, 0 , 2013-12-03
Unity-Webview-master\source\libs\classes.jar, 90973 , 2013-12-03
Unity-Webview-master\source\local.properties, 31 , 2013-12-03
Unity-Webview-master\source\project.properties, 382 , 2013-12-03
Unity-Webview-master\source\res, 0 , 2013-12-03
Unity-Webview-master\source\res\drawable-hdpi, 0 , 2013-12-03
Unity-Webview-master\source\res\drawable-hdpi\ic_launcher.png, 4147 , 2013-12-03
Unity-Webview-master\source\res\drawable-ldpi, 0 , 2013-12-03
Unity-Webview-master\source\res\drawable-ldpi\Thumbs.db, 4096 , 2013-12-03
Unity-Webview-master\source\res\drawable-ldpi\ic_launcher.png, 1723 , 2013-12-03
Unity-Webview-master\source\res\drawable-mdpi, 0 , 2013-12-03
Unity-Webview-master\source\res\drawable-mdpi\ic_launcher.png, 2574 , 2013-12-03
Unity-Webview-master\source\res\layout, 0 , 2013-12-03
Unity-Webview-master\source\res\layout\main.xml, 398 , 2013-12-03
Unity-Webview-master\source\res\values, 0 , 2013-12-03
Unity-Webview-master\source\res\values\strings.xml, 121 , 2013-12-03
Unity-Webview-master\source\src, 0 , 2013-12-03
Unity-Webview-master\source\src\com, 0 , 2013-12-03
Unity-Webview-master\source\src\com\kogarasi, 0 , 2013-12-03
Unity-Webview-master\source\src\com\kogarasi\unity, 0 , 2013-12-03
Unity-Webview-master\source\src\com\kogarasi\unity\webview, 0 , 2013-12-03
Unity-Webview-master\source\src\com\kogarasi\unity\webview\UnityWebViewClient.java, 818 , 2013-12-03
Unity-Webview-master\source\src\com\kogarasi\unity\webview\WebViewFactory.java, 1129 , 2013-12-03
Unity-Webview-master\source\src\com\kogarasi\unity\webview\WebViewPlugin.java, 2644 , 2013-12-03
Unity-Webview-master\unity_project, 0 , 2013-12-03
Unity-Webview-master\unity_project\Assets, 0 , 2013-12-03
Unity-Webview-master\unity_project\Assets\Plugins, 0 , 2013-12-03
Unity-Webview-master\unity_project\Assets\Plugins\Android, 0 , 2013-12-03
Unity-Webview-master\unity_project\Assets\Plugins\Android\AndroidManifest.xml, 1515 , 2013-12-03
Unity-Webview-master\unity_project\Assets\Plugins\Android\unitywebview.jar, 9009 , 2013-12-03
Unity-Webview-master\unity_project\Assets\Plugins\WebView, 0 , 2013-12-03
Unity-Webview-master\unity_project\Assets\Plugins\WebView\WebViewAndroidInterface.cs, 1068 , 2013-12-03
Unity-Webview-master\unity_project\Assets\Plugins\WebView\WebViewBehavior.cs, 1418 , 2013-12-03
Unity-Webview-master\unity_project\Assets\Plugins\WebView\WebViewIOSInterface.cs, 1653 , 2013-12-03
Unity-Webview-master\unity_project\Assets\Plugins\WebView\WebViewInterface.cs, 436 , 2013-12-03
Unity-Webview-master\unity_project\Assets\Plugins\WebView\WebViewNullInterface.cs, 399 , 2013-12-03
Unity-Webview-master\unity_project\Assets\Plugins\iOS, 0 , 2013-12-03
Unity-Webview-master\unity_project\Assets\Plugins\iOS\WebView.mm, 5055 , 2013-12-03
Unity-Webview-master\unity_project\Assets\Scripts, 0 , 2013-12-03
Unity-Webview-master\unity_project\Assets\Scripts\WebViewTest.cs, 775 , 2013-12-03

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • GUI_HeatControl
    基于RTX和uCGUI的智能回流焊控制曲线控制界面。(UCGUI based on RTX and control of intelligent reflow curve control interface.)
    2010-11-23 21:47:47下载
    积分:1
  • proposal
    某个著名博士关于如何查找文献,和学术论文发表的ppt(a famous literature on how to identify and academic papers published ppt)
    2006-11-09 00:43:28下载
    积分:1
  • 编辑框的简单自绘制
    编辑框是常用控件之一,同时也是一种完全自实现较为繁琐的控件。本例实现了对编辑框的简单的自绘制,在保留其自身的强大功能的前提下,实现了编辑框的边框、背景、文字颜色以及禁用态的各种颜色的替换。 要想重绘,我们必须知道要绘什么。通过观察默认的编辑框我们可以很清楚的看到编辑框有三个最基础的部分需要我们绘制,他们分别是3D边框、背景和文字,再进一步分析我们会发现他们是一个基本窗口的两个部分,即客户区和非客户区。这样一来我们就知道应该用什么函数有针对性的绘制什么区域了,由于提供了源码,这里仅就基本原理和技术细节加以讨论,不过多地罗列代码。(Editor box is one of the common controls, and it is also a kind of control which is completely self-realization and tedious. This example realizes the simple self-drawing of the edit box, and realizes the replacement of the border, background, text color and various colors of the disabled state of the edit box while retaining its powerful function. To redraw, we must know what to draw. By observing the default edit box, we can clearly see that there are three most basic parts of the edit box that we need to draw. They are 3D border, background and text. Further analysis shows that they are two parts of a basic window, namely, client area and non-client area. In this way, we know which function should be used to draw which area. Since the source code is provided,)
    2020-06-16 05:40:02下载
    积分:1
  • HTML5 Ajax验证的用户注册表单
    HTML5 Ajax验证的用户注册表单,无刷新输入判断的HTML5表单特效,界面风格漂亮,功能简洁实用,表单验证方面包括:用户名、邮箱地址判断、密码字符验证、两次密码是否一致判断、是否同意注册协议等,几个常用的判断,当然其它功能就需要你自己添加了。
    2022-12-23 16:10:03下载
    积分:1
  • jstree-实用的jQuery目录树插件
    jstree是一款非常实用的jQuery目录树插件。jsTree树插件易于扩展,可以配置主题,支持HTML和JSON格式的数据,还支持异步回调数据,支持多级树结构等。(JsTree is a very practical jQuery directory tree plug-in. The jsTree tree plug-in is easy to extend, configures topics, supports HTML and JSON format data, supports asynchronous callback data, supports multi-level tree structures, and so on.)
    2018-10-12 15:19:24下载
    积分:1
  • mulDiscNewton
    说明:  采用离散牛顿法,matlab非线性方程组求解算法(Nonlinear Equation System Solution Algorithm)
    2019-01-06 14:28:07下载
    积分:1
  • 本例是一个小程序,小球可根据直线运动,当到达屏幕边界时返回。...
    本例是一个小程序,小球可根据直线运动,当到达屏幕边界时返回。-This example is a small program, small balls according to linear motion, when the reach the edge of the screen when you return.
    2022-09-02 22:30:02下载
    积分:1
  • dsjsq
    说明:  频率计程序,用计周期的个数来实现。程序有些繁琐希望有高手来简化和修改(Cymometer procedures, with the number of cycles of dollars to achieve. Some hope that the cumbersome procedure with a master changes to simplify and)
    2006-03-26 11:31:00下载
    积分:1
  • interspire_email_marketer_1.0.6_AtoZnull
    Interspire whmcs module v1.0.6
    2019-03-14 16:44:28下载
    积分:1
  • DBDemo
    个人测试的一个Demo个人测试的一个Demo(This is a test Demo.)
    2019-05-28 17:32:01下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载