QualitySettings.antiAliasing 抗锯齿

Description 描述

Set The AA Filtering option.

设置AA过滤选项。

The AntiAliazing filter can be set to either 0,2,4 or 8. This coresponds to the number of multisamples used per pixel.

抗锯齿过滤器可以设置为0,2,4或8。这对应于每个像素使用多重采样的数量

using UnityEngine;
using System.Collections;
public class ExampleClass : MonoBehaviour {
void Start()
{
QualitySettings.antiAliasing = ;
}
}

最新文章

  1. 随手记一次用C#正则表达式获取下拉菜单html标签<select>以及相关属性值
  2. PLSQL Developer导入Excel数据
  3. kindle5 去广告
  4. mysql查询优化(持续更新中)
  5. A Knight's Journey_DFS
  6. C#_控件——DropDownList
  7. android Service Activity交互之传递复杂数据类型的远程服务
  8. 底层由于接收到操作系统的信号而停止(the inferior stopped because it triggered an exception)
  9. BestCoder Round#11div2 1003
  10. openstack私有云布署实践【9.3 主从controller单向同步glance-image目录】
  11. uImage和zImage的区别
  12. MyEclipse安装插件
  13. 网络(最大)流初步+二分图初步 (浅谈EK,Dinic, Hungarian method:]
  14. poj 2155 matrix 二维线段树 线段树套线段树
  15. 理解R语言gdistance包下的transition函数
  16. 前端 HTML body标签相关内容 常用标签 标题标签 h1-h6
  17. Oracle总结之plsql编程(基础八)
  18. Deepin15.8系统下安装QorIQ Linux SDK v2.0 yocto成功完美运行的随笔
  19. opencv配置过程 (cmake,vs2013,qt 5.4)
  20. swift - UIView 设置背景色和背景图片

热门文章

  1. CodeForces 342B Xenia and Spies (水题模拟,贪心)
  2. 机器学习及其matlab实现—从基础到实践
  3. ExecutorService的submit方法的坑
  4. Gym 100989L (DFS)
  5. 直接通过Response输出流写文件,浏览器表现为下载文件
  6. CSS float与clear & 替换元素与非替换元素
  7. Linq转换操作之ToArray,ToList,ToDictionary源码分析
  8. jenkins+windows+springboot+.net项目自动化部署图文教程
  9. Python 振动分析 迭代法计算高阶特征值及特征向量
  10. Filter 设计模式编码实践