Unity3D的SystemInfo类,用于获取运行设备硬件信息(CPU、显卡、类型等)
SystemInfo类中的静态变量:
bool supportsRenderToCubemap:(只读)是否支持立方体纹理。
| copyTextureSupport | Support for various Graphics.CopyTexture cases (Read Only). |
| deviceModel | The model of the device (Read Only). |
| deviceName | The user defined name of the device (Read Only). |
| deviceType | Returns the kind of device the application is running on (Read Only). |
| deviceUniqueIdentifier | A unique device identifier. It is guaranteed to be unique for every device (Read Only). |
| graphicsDeviceID | The identifier code of the graphics device (Read Only). |
| graphicsDeviceName | The name of the graphics device (Read Only). |
| graphicsDeviceType | The graphics API type used by the graphics device (Read Only). |
| graphicsDeviceVendor | The vendor of the graphics device (Read Only). |
| graphicsDeviceVendorID | The identifier code of the graphics device vendor (Read Only). |
| graphicsDeviceVersion | The graphics API type and driver version used by the graphics device (Read Only). |
| graphicsMemorySize | Amount of video memory present (Read Only). |
| graphicsMultiThreaded | Is graphics device using multi-threaded rendering (Read Only)? |
| graphicsShaderLevel | Graphics device shader capability level (Read Only). |
| maxTextureSize | Maximum texture size (Read Only). |
| npotSupport | What NPOT (non-power of two size) texture support does the GPU provide? (Read Only) |
| operatingSystem | Operating system name with version (Read Only). |
| processorCount | Number of processors present (Read Only). |
| processorFrequency | Processor frequency in MHz (Read Only). |
| processorType | Processor name (Read Only). |
| supportedRenderTargetCount | How many simultaneous render targets (MRTs) are supported? (Read Only) |
| supports2DArrayTextures | Are 2D Array textures supported? (Read Only) |
| supports3DTextures | Are 3D (volume) textures supported? (Read Only) |
| supportsAccelerometer | Is an accelerometer available on the device? |
| supportsAudio | Is there an Audio device available for playback? |
| supportsComputeShaders | Are compute shaders supported? (Read Only) |
| supportsGyroscope | Is a gyroscope available on the device? |
| supportsImageEffects | Are image effects supported? (Read Only) |
| supportsInstancing | Is GPU draw call instancing supported? (Read Only) |
| supportsLocationService | Is the device capable of reporting its location? |
| supportsMotionVectors | Are motion vectors supported. |
| supportsRawShadowDepthSampling | Is sampling raw depth from shadowmaps supported? (Read Only) |
| supportsRenderTextures | Are render textures supported? (Read Only) |
| supportsRenderToCubemap | Are cubemap render textures supported? (Read Only) |
| supportsShadows | Are built-in shadows supported? (Read Only) |
| supportsSparseTextures | Are sparse textures supported? (Read Only) |
| supportsStencil | Is the stencil buffer supported? (Read Only) |
| supportsVibration | Is the device capable of providing the user haptic feedback by vibration? |
| systemMemorySize | Amount of system memory present (Read Only). |
| unsupportedIdentifier | Value returned by SystemInfo string properties which are not supported on the current platform. |
Unity3D的SystemInfo类,用于获取运行设备硬件信息(CPU、显卡、类型等)的更多相关文章
- C++ WMI获取系统硬件信息(CPU/DISK/NetWork etc)
官网找到一个例子,根据例子修改下可以获取很多信息 #define _WIN32_DCOM #include <iostream> using namespace std; #include ...
- 学习笔记_Java get和post区别(转载_GET一般用于获取/查询资源信息,而POST一般用于更新资源信息)
转载自:[hyddd(http://www.cnblogs.com/hyddd/)] 总结一下, Get是向服务器发索取数据的一种请求 而Post是向服务器提交数据的一种请求,在F ...
- android 获取系统硬件信息
一,首先设置权限访问: <uses-permission android:name="android.permission.READ_PHONE_STATE" /> ...
- 通过wmi获取本地硬件信息的一些疑问。
通过wmi获取本地硬件信息的一些疑问. http://bbs.csdn.net/topics/391017789 http://blog.csdn.net/xcntime/article/detail ...
- C#获取电脑硬件信息(CPU ID、主板ID、硬盘ID、BIOS编号)
最近学习过程中,想到提取系统硬件信息做一些验证,故而对网上提到的利用.NET System.Management类获取硬件信息做了进一步的学习.验证.验证是分别在4台电脑,XP SP3系统中进行,特将 ...
- c# WMI获取机器硬件信息(硬盘,cpu,内存等)
using System; using System.Collections.Generic; using System.Globalization; using System.Management; ...
- java 实现视频转换通用工具类:获取视频元数据信息(一)
java 做视频转换主要用到开源的ffmpeg或者mencoder,还要有MP4Box. 注:由于平时都没有时间写博客,所以思路我就不写了,有问题问我,不一定马上回复. 详细介绍: ffmpeg:ht ...
- Java获取电脑硬件信息
package com.szht.gpy.util; import java.applet.Applet; import java.awt.Graphics; import java.io.Buffe ...
- c# 获取机器硬件信息 (硬盘,cpu,内存等)
using System; using System.Collections.Generic; using System.Globalization; using System.Management; ...
随机推荐
- 配置树莓派3和局域网NTP服务器实现内网时间校准
一.配置局域网NTP服务器 1.安装ntp-4.2.8p5-win32-setup.exe 下载地址:https://www.meinbergglobal.com/english/sw/ntp.htm ...
- python的常用的内置函数
使用内置函数的好处:简单,快速. 1.zip():以多个序列为参数,返回元祖列表. 长度:在多个序列长度不一时,以最短的为准. 常见用途:构建多参数列表,构建字典. 2.map():在python2旧 ...
- Python mysql表数据和json格式的相互转换
功能: 1.Python 脚本将mysql表数据转换成json格式 2.Python 脚本将json数据转成SQL插入数据库 表数据: SQL查询:SELECT id,NAME,LOCAL,mobil ...
- 如何通过http接口使用f12b实现批量提交链接
这里我们分别叙述了如何在浏览器直接使用此接口,以及通过java和python如何使用此接口. 一.以浏览器为例 (一)提交一个指令 serverURL=http://120.79.247.23/f12 ...
- memcached 高级机制(一)
memcached的高级机制 memcached内存机制 (1)我们知道操作系统对进程的处理方法,在多进程并发的操作系统中,程序的执行不可避免的会产生碎片.同样对于memcached,在存储value ...
- hql学习记录
` String hql = "from SysUser o join o.set where owner_id = :newName"; Query query = this.g ...
- 有些 where 条件会导致索引无效
在查询中,WHERE 条件也是一个比较重要的因素,尽量少并且是合理的 where条件是徆重要的,尽量在多个条件的时候,把会提取尽量少数据量的条件放在前面,减少后一个 where 条件的查询时间.有些 ...
- EasyUI学习
1.基础知识: 1)Parser解析器: div指定了class后能有效果是因为开始时文档时加载DOM但是一些由js动态生成的指定了class的div没有被解析此时就需要手动解析了 js动态生成的指定 ...
- C语言下文件目录查看
C语言下文件目录遍历通常会用到下面这些函数 _access() /* 判断文件或文件夹路径是否合法 */ _chdir() /* 切换当前工作目录 */ _findfirst() / ...
- javascript(jquery)_匿名函数
一.什么是匿名函数 匿名函数:就是没有函数名的函数 二.为什么使用匿名函数 1.最大的用处就是创建闭包 三.匿名函数定义(怎么使用匿名函数) 1.这种方法使用了Function构造函数,把参数列表和函 ...