码迷,mamicode.com
首页 >  
搜索关键字:unity    ( 7736个结果
unity第一周(扫盲)
一. using System;//001.C#支持哪几个预定义的值类型//002.C#支持哪几种预定义的引用类型namespace _001_homework{ class Program { static void Main(string[] args) { //1.valueType(值类型) ...
分类:编程语言   时间:2020-06-07 01:05:10    阅读次数:70
Physics.OverlapSphere
Physics.OverlapSphere public static Collider[] OverlapSphere(Vector3 position, float radius, int layerMask = AllLayers, QueryTriggerInteraction queryT ...
分类:其他好文   时间:2020-06-05 20:55:47    阅读次数:76
soapUI 获得每一步的执行结果
https://community.smartbear.com/t5/SoapUI-Pro/Get-all-test-step-result-of-a-test-case/td-p/27746 然后其他case再获取这个case的属性进行判断 ...
分类:其他好文   时间:2020-06-05 15:21:25    阅读次数:59
Java代码规范与质量检测插件SonarLint
1. SonarLint SonarLint是一个代码质量检测插件,可以帮助我们检测出代码中的坏味道 下载与安装 在需要检测的单个文件或者单个项目上右键 --> Analyze --> Analyze with SonarLint 或者选中文件或目录,点击菜单栏 Analyze --> Analyz ...
分类:编程语言   时间:2020-06-05 15:13:39    阅读次数:88
mysql root 没有任何权限
问题: mysql root 没有任何权限 解决方案 1. add skip-grant-tables in /etc/my.conf [root@mysql~]# cat /etc/my.cnf|grep -i skip skip-grant-tables 2. restart mysql sys ...
分类:数据库   时间:2020-06-05 01:09:29    阅读次数:163
【Unity】创建脚本时自动生成注释
在Editor目录下创建文件 ScriptCreatInit.cs,内容如下: // //作 者:zhouzelong //博 客:http://zhouzelong.cnblogs.com //创建时间:2020-06-04 00:19:08 //备 注:创建脚本时,自动生成代码注释 // usi ...
分类:编程语言   时间:2020-06-04 09:11:29    阅读次数:86
Unity2018.4.7导出Xcode工程报错解决方案
1. unity导出xcode工程有两种模式,一种为模拟器运行的工程,一种为真机运行的工程,这里遇到的错误,都是导出模拟器运行工程时报的错误。 错误1: unity UnityMetalSupport Duplicate interface definition for class 'CAMetal ...
分类:编程语言   时间:2020-06-03 15:41:14    阅读次数:189
Unity3D发布EXE执行文件制作安装包
使用Inno Setup这款软件使用Unity发布的可执行文件制作Exe安装包。
分类:编程语言   时间:2020-06-03 09:15:41    阅读次数:74
unity 单位 像素 分辨率 正交摄像机size 之间的关系
这个5表示摄像机的视距 代表摄像机拍摄的一般高度 如果16:9的分辨率,100像素为1 unity单位的情况 填充摄像机所需图片大小尺寸为:高度:5*2*100 = 1000 宽度:1000*16/9 = 1778 【1778*1000】 上面这2张图,一个y坐标为 -3.5 ,一个为 -4 ,图片 ...
分类:编程语言   时间:2020-06-02 13:08:53    阅读次数:85
leaflet 使用高德地图实例
let map = L.map("mapid", { minZoom: 10, maxZoom: 15, center: [37.005646, 114.52044], zoom: 11, zoomDelta: 0.5, fullscreenControl: false, zoomControl: ...
分类:其他好文   时间:2020-06-02 00:10:25    阅读次数:459
7736条   上一页 1 ... 18 19 20 21 22 ... 774 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!