码迷,mamicode.com
首页 >  
搜索关键字:ngui atlas    ( 1144个结果
Unity3d — — UGUI之Box Collider自适应大小
NGUI下给Sprite/image添加collider后能自适应大小,但是在UGUI下Collider是默认在(0,0)位置,size为0 因此写了个简单的脚本,效果如下(最后附代码) 1.如下图添加Box Collider 2D后的默认位置与大小 2.给需要的物体添加Script并运行后的效果: ...
分类:编程语言   时间:2018-09-16 20:56:55    阅读次数:774
c语言实践:RS信号报告
题目: 无线电台的RS制信号报告是由三两个部分组成的: R(Readability) 信号可辨度即清晰度. S(Strength) 信号强度即大小. 其中R位于报告第一位,共分5级,用1—5数字表示. 1 Unreadable 2 Barely readable, occasional words ...
分类:编程语言   时间:2018-09-15 15:23:07    阅读次数:228
UGUI、NGUI显示3D模型
UGUI与3d模型 http://www.xuanyusong.com/archives/4318 NGUI与3d模型 https://blog.csdn.net/qq_34696203/article/details/79150056?utm_source=debugrun&utm_medium= ...
分类:其他好文   时间:2018-09-11 14:08:25    阅读次数:173
Introduction to QtDBus class
from: http://doc.qt.io/qt-5/qtdbus-index.html 参考: http://blog.51cto.com/9291927/2118468 声明与链接 #include <QtDBus> 如使用qmake构建程序,需要在工程文件中增加下列代码来链接QtDBus库: ...
分类:数据库   时间:2018-09-10 11:02:34    阅读次数:203
Windows 7/8/10 系统下Laravel框架的开发环境安装及部署详解(Vagrant + Homestead)
注意! laravel/homestead box项目地址已经不再是原来的 https://atlas.hashicorp.com/laravel/boxes/homestead 而已经变更成 https://app.vagrantup.com/laravel/boxes/homestead 如果是 ...
分类:Windows程序   时间:2018-09-01 22:06:34    阅读次数:262
mysql几种中间件对比
网上找到的图 重点比较几个 1.atlas 基于mysql-proxy,360团队 优点: 配置简单,支持读写分离 缺点: 年份久,功能有限 地址:https://github.com/Qihoo360/Atlas/wiki/Atlas%E5%8A%9F%E8%83%BD%E7%89%B9%E7%8 ...
分类:数据库   时间:2018-08-31 19:26:18    阅读次数:481
AWS Tagging Strategies
Amazon Web Services (AWS) allows customers to assign metadata to their AWS resources in the form of tags. Each tag is a simple label consisting of a c... ...
分类:其他好文   时间:2018-08-31 00:27:06    阅读次数:186
使用OpenSSL自建CA + Nginx配置HTTPS
Ubuntu 16.04(ECS),OpenSSL 1.0.2g 1 Mar 2016,Nginx 1.10.3 (Ubuntu), 浏览器:Chrome 67,Firefox 61,Edge 40,IE 11 序言 孤之前从来没有建立过HTTPS网站,感觉很高级、很难,虽然也读过不少博文、资料,十 ...
分类:Web程序   时间:2018-08-25 18:58:58    阅读次数:253
Confluence 6 Windows 中以服务方式自动重启为服务手动安装 Confluence 分发包
在 Windows: echo %JAVA_HOME% echo %JAVA_HOME% echo %JAVA_HOME% echo %JAVA_HOME% echo %JAVA_HOME% 如果你现在安装的 Java 环境为 JRE(Java Runtime Environment)或者使用的是 ...
分类:Windows程序   时间:2018-08-23 02:17:21    阅读次数:335
unity3d GUI字体设置
1 using System.Collections; 2 using System.Collections.Generic; 3 using UnityEngine; 4 5 public class click001 : MonoBehaviour { 6 public bool WindowS... ...
分类:编程语言   时间:2018-08-20 12:22:14    阅读次数:248
1144条   上一页 1 ... 14 15 16 17 18 ... 115 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!