记录Untiy3D学习中的英语单词

一、Project窗口下的英语单词 First Day

Folder : 文件夹
C# Script : C#脚本
JavaScript:JS脚本
Editor Test C# Script:编辑测试C#脚本
Shader:着色器
Scene:场景
Prefab:预制件
Audio Mixer:声音调制
Material:素材,材料
Lens Flare:镜头光晕(镜头耀斑)
Render Texture:渲染纹理
Lightmap Parameters:贴图参数
Sprites /spraɪt/:精灵
Square:直角的
Triangle /‘traɪæŋɡl/:三角的
Diamond:菱形的
Hexagon /‘hɛksəɡɑn/:六角形的
Circle:圆形的
Polygon:多边形的
Animation Controller:动画控制器
Animation :动画
Animation Override Controller:动画重写控制器
Avatar Mask:阿凡达面具
Physic Material:物理材料
Physics2D Material:物理2D材料
GUI Skin:图形用户界面皮肤
Custom Font:自定义字体
Shader Variant Collection:着色器变量集合
Legacy /‘lɛgəsi/:遗产

二、Game窗口下的英语单词 First Day

Cubemap :立方体贴图
Gizmo:坐标系框
Aspect:外表朝向
Maximize on Play:打开时候最大限度
Mute audio:静音音频
Stats /stə’tɪstɪks/:统计 statistic

三、Inspector窗口下的英语单词 Second Day

1.Camera的Inspector英文参数

Clear Flags:清楚标志
Skybox:天空盒
Solid Color:固体颜色
Depth only:深度
Culling Mask:剔除遮盖 包含层或忽略讲Camera渲染。在Inspector窗口对象分配层。
Projection:投影 Toggles the Camera's capability to simulate perspective.
Perspective:透视 Camera will render objects with perspective intact.
Orthographic:正交 Camera will render objects uniformly, with no sense of perspective
Clipping Planes : 裁剪面 Distances from camera to start and stop rendering
Near : The closest point relative to the camera that drawing will occur.
Far: The furthest point relative to camera that drawing will occur
Viewport Rect: 规范化矩形视口 (x,y,width,Height)(0~1)
Depth: 深度 The camera’s position in the draw order. cameras will a larger value will be drawn on top of cameras with smaller value
Rendering Path: 渲染路径 Options for defining what rendering methods will be used by the camera
Use Player Settings: 使用玩家设置 This camera will use whichever Rendering Path is set in the Player Settings. 使用任意一个渲染路径
Vertex Lit:顶点光照 All objects rendered by this camera will be rendered as Vertex-Lit objects.
deferred Lighting: 延迟照明 All objects will be drawn once without lighting, then lighting of all objects will be rendered together at the end of the render queue.
Target Texture: 目标文理 参见文档使用说明
Occlusion Culling: 闭塞(遮盖)剔除
HDR(High Dynamic Render): 高范围渲染

Untiy3D - 窗口界面1的更多相关文章

  1. Untiy3D - 窗口界面2

    Component 组件 Mesh:网格 Mesh Filter: 网格滤镜 Mesh Renderer 网格渲染器 Mesh Collider: 网格碰撞器.网格碰撞节点 Convex: 凸的.凸面 ...

  2. 分享在winform下实现左右布局多窗口界面-续篇

    之前的这篇文章<分享在winform下实现左右布局多窗口界面>已经实现了左右布局多窗口界面,今天本来是研究基于winform的插件编程,没想到顺便又找到了另一种实现方案,这种实现方案更简单 ...

  3. Win10下PB停在欢迎窗口界面

    问题:Win10下不能打开PB12.5,PB12.6,一直停在欢迎窗口界面. 解决方法:把服务"Touch Keyboard and Handwriting Panel Service&qu ...

  4. 分享在winform下实现左右布局多窗口界面

    在web页面上我们可以通过frameset,iframe嵌套框架很容易实现各种导航+内容的布局界面,而在winform.WPF中实现其实也很容易,我这里就分享一个:在winform下实现左右布局多窗口 ...

  5. 关于html5 -- plus Webview模块管理应用窗口界面

    Webview模块管理应用窗口界面,通过plus.webview可获取应用界面管理对象. 方法: all:获取所有的webview窗口 close:关闭webview窗口 create:创建新的web ...

  6. java绘图原理------在窗口界面(或面板上)画出一张或多张图片问题解决方法

    /** *@author blovedr * 功能: java绘图原理------在窗口界面(或面板上)画出一张或多张图片问题解决方法 * 日期: 2018年4月28日     16:20 * 注释: ...

  7. 1.认识Wireshark的主窗口界面(转)

    原文地址:https://www.ichunqiu.com/vm/51411/1 (1)首先了解一下这款软件主窗口界面中每个部分的功能.Wireshark主窗口界面如下图所示: 上图中每部分的含义如下 ...

  8. HTML5+规范:Webview(管理应用窗口界面)

    一.知识点 Webview模块管理应用窗口界面,实现多窗口的逻辑控制管理操作.通过plus.webview可获取应用界面管理对象. 1.方法 1.1.all: 获取所有Webview窗口 Array[ ...

  9. linux-shell-screen后台调用-后台运行脚本和命令-仿start命令-伪窗口界面

    序 我比较熟练bat.cmd脚本.刚接触使用shell时,总会习惯想用windows窗口界面来套用shell脚本.于是找到screen后台命令,它可以交互shell脚本,保持后台运行.但是在批处理ba ...

随机推荐

  1. 替罪羊树模板(BZOJ1056/1862)

    #include<cstdio> #include<cstring> #include<cmath> #include<iostream> #defin ...

  2. android 一条线

    还在为布局的时候做不出来一条细细的线而烦恼么? 哈哈,自从知道了写法腰也不酸了,腿也不疼了!一口气写100行!! <View android:layout_height="1px&qu ...

  3. Mod4-PHP编码规范

    loading... 归纳总结了能找到的一些编码规范,形成自己所需要的编码规范. 参考网址:1.2 一.文件格式 缩进使用四个空格,不使用制表符.左花括号不另起一行. if (1 == $x) { $ ...

  4. c#模拟表单POST数据,并获取跳转之后的页面

    直接看代码: using System; using System.Collections.Generic; using System.Linq; using System.Web; using Sy ...

  5. MySql数据类型问题

    1. mysql时间函数 DATE_ADD(now(), INTERVAL 1 DAY) AS tomorrow DATE_SUB(now(), INTERVAL 1 DAY) AS yesterda ...

  6. C++_直接插入排序

    #include <iostream> using namespace std; void insertSort(int a[], int n) {     for(int i=1;i&l ...

  7. PHP中CURL方法curl_setopt()函数的参数

    PHP CURL curl_setopt 参数 bool curl_setopt (int ch, string option, mixed value)curl_setopt()函数将为一个CURL ...

  8. 强连通 HDU 1827

    n个点m条边 n个权lcy 要叫这个人的花费 m条边 缩点后 新的图中 入度为0的点要通知  通知强连通分量中权值最小的 #include<stdio.h> #include<alg ...

  9. java中i=i++字节码分析

    原文出处: Ticmy 1 2 int i = 0; i = i++; 结果还是0为什么? 程序的执行顺序是这样的:因为++在后面,所以先使用i,"使用"的含义就是i++这个表达式 ...

  10. [模板]tarjan求强连通分量

    大约是今年4月学的算法了,后来5月的时候做题还写了一个退化的tarjanQAQ. 时间复杂度:O(n+m) 用途:有向图缩环 #include<set> #include<cmath ...