自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(7)
  • 问答 (1)
  • 收藏
  • 关注

原创 unity 鼠标控制模型移动 旋转

unity 鼠标控制模型移动 旋转using System.Collections;using System.Collections.Generic;using UnityEngine;using UnityEngine.EventSystems;/// <summary>/// 控制查看模型 /// </summary>public class MouseController : MonoBehaviour{ private float OffsetX

2021-01-20 22:53:19 1044 1

原创 unity 导入STL格式模型(STL 文本ASCII码格式文件)

unity 导入STL格式模型(STL 文本ASCII码格式文件)using System.Collections;using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Text;using UnityEngine;public class ASCII : MonoBehaviour{ private string _fileName = "";

2021-01-20 22:50:55 677

原创 unity 导入STL格式模型(STL二进制格式文件)

unity 导入STL格式模型(STL二进制格式文件)using System.Collections;using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Text;using UnityEngine;public class Binary : MonoBehaviour{ private string _fileName = ""; pr

2021-01-20 22:49:26 1567

原创 unity C#选择打开Windows窗口指定类型文件

unity C#选择打开Windows窗口指定类型文件1.OpenFileName代码如下(示例):using UnityEngine;using System.Collections;using System;using System.Runtime.InteropServices;[StructLayout(LayoutKind.Sequential, CharSet = CharSet.Auto)]public class OpenFileName{ public int

2021-01-20 22:35:32 832

原创 unity C#选择打开Windows文件夹并查询文件夹下文件名

unity C#选择打开Windows文件夹并查询文件夹下文件名1.OpenDialogFile代码如下(示例):using UnityEngine;using System.Collections;using System;using System.Runtime.InteropServices;[StructLayout(LayoutKind.Sequential, CharSet = CharSet.Auto)]public class OpenDialogFile{ p

2021-01-20 22:25:52 535

原创 Windows通过Git上传源代码到阿里云

Windows通过Git上传源代码到阿里云第一步:从官网下载git,然后安装,不懂的可以百度一下,上面有很多教程。在本地需要上传的文件夹中右击选择Git Bash Here输入git init 在文件夹下面会出现.git文件夹,此文件夹为隐藏文件,取消隐藏.git文件夹会显示出来。git config --global user.name “你的服务器名”git config --global user.email “你的邮箱”第一次上传到阿里云code 在命令行输入指令ssh-keygen

2021-01-09 20:26:33 614

转载 安装VMware Tools

CentOS7 安装VMware Tools参考链接:https://blog.youkuaiyun.com/zhujing16/article/details/88677253

2020-12-24 14:24:10 94

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除