当前位置:网站首页>How to get hardware information in unity
How to get hardware information in unity
2022-07-07 10:49:00 【HCC2017】
SystemInfo Static variables in class :
Rendering.CopyTextureSupport copyTextureSupport:( read-only ) Support multiple copy texture functions .
string deviceModel:( read-only ) Model of equipment ( It's misleading to see the device model written in many posts ).
string deviceName:( read-only ) User defined device name .
DeviceType deviceType:( read-only ) Return the device type where the program is running (PC The computer 、 Palm type, etc ).
string deviceUniqueIdentifier:( read-only ) Unique identifier of the device . Each device has a unique identifier .
int graphicsDeviceID:( read-only ) Unique identifier of the graphics card ID.
string graphicsDeviceName:( read-only ) The name of the graphics card .
Rending.GraphicsDeviceType graphicsDeviceType:( read-only ) Type of graphics card .
string graphicsDeviceVendor:( read-only ) The supplier of graphics card .
int graphicsDeviceVendorID:( read-only ) The unique identification code of the graphics card supplier ID.
string graphicsDeviceVersion:( read-only ) Type and version of graphics card .
int graphicsMemorySize:( read-only ) Memory size .
bool graphicsMultiThreaded:( read-only ) Whether multi-threaded rendering is supported ?
int graphicsShaderLevel:( read-only ) The level of the graphics card shader .
int maxTextureSize:( read-only ) Maximum texture size supported .
NPOTSupport npotSupport:( read-only )GPU Supported by NPOT texture .
string operatingSystem:( read-only ) The version name of the operating system .
int processorCount:( read-only ) Current number of processors .
int processorFrequency:( read-only ) Frequency of the processor .
string processorType:( read-only ) The name of the processor .
int supportedRenderTargetCount:( read-only ) How many target textures can be rendered .
bool supports2DArrayTextures:( read-only ) Do you support 2D Array texture .
bool supports3DTextures:( read-only ) Do you support 3D( Volume ) texture .
bool supportsAccelerometer:( read-only ) Whether it supports acquiring accelerometers .
bool supportsAudio:( read-only ) Whether it supports obtaining audio devices for playback .
bool supportsComputeShaders:( read-only ) Whether calculation shaders are supported .
bool supportsGyroscope: Whether it supports acquiring gyroscopes .
bool supportsImageEffects:( read-only ) Whether graphic effects are supported .
bool supportsInstancing:( read-only ) Whether instantiation is supported GPU Of Draw Call.
bool supportsLocationService: Whether the positioning function is supported .
bool supportsMotionVectors: Whether motion vectors are supported .
bool supportsRawShadowDepthSampling:( read-only ) Whether shadow depth is supported .
bool supportsRenderTextures:( read-only ) Whether it supports rendering textures .
bool supportsRenderToCubemap:( read-only ) Whether cube texture is supported .
bool supportsShadows:( read-only ) Whether the built-in shadow is supported .
bool supportsSparseTextures:( read-only ) Whether sparse texture is supported .
bool supportsStencil:( read-only ) Whether template caching is supported .
bool supportsVibration: Whether it supports user touch vibration feedback .
int systemMemorySize:( read-only ) System memory size .
string unsupportedIdentifier: Does not support running on the current device SystemInfo Property value .
stay unity in SystemInfo.xxx To obtain the corresponding device information
边栏推荐
- 【推薦系統 01】Rechub
- Trajectory planning for multi robot systems: methods and Applications Overview reading notes
- [pytorch 07] hands on deep learning chapter_ Preliminaries/ndarray exercises hands-on version
- The mobile terminal automatically adjusts the page content and font size by setting rem
- Deep understanding of Apache Hudi asynchronous indexing mechanism
- “梦想杯”2017 年江苏省信息与未来小学生夏令营 IT 小能手 PK 之程序设计试题
- 2022.7.5DAY597
- Five simple and practical daily development functions of chrome are explained in detail. Unlock quickly to improve your efficiency!
- The difference between monotonicity constraint and anti monotonicity constraint
- Kotlin realizes wechat interface switching (fragment exercise)
猜你喜欢
openinstall与虎扑达成合作,挖掘体育文化产业数据价值
Application of OpenGL gllightfv function and related knowledge of light source
The gun startles the dragon, and the crowd "locks" Zhou Zhi
Cluster task scheduling system lsf/sge/slurm/pbs based on HPC scenario
Prototype and prototype chain
Using tansformer to segment three-dimensional abdominal multiple organs -- actual battle of unetr
How much review time does it usually take to take the intermediate soft exam?
打算参加安全方面工作,信息安全工程师怎么样,软考考试需要怎么准备?
【推荐系统 01】Rechub
P1031 [noip2002 improvement group] average Solitaire
随机推荐
BUUCTF---Reverse---reverse1
中级网络工程师是什么?主要是考什么,有什么用?
Schnuka: working principle of robot visual grasping machine visual grasping
1324: [example 6.6] integer interval
China Southern Airlines pa3.1
Records on the use of easyflash v3.3
【安装系统】U盘安装系统教程,使用UltraISO制作U盘启动盘
对word2vec的一些浅层理解
打算参加安全方面工作,信息安全工程师怎么样,软考考试需要怎么准备?
【亲测可行】error while loading shared libraries的解决方案
Operation method of Orange Pie orangepi 4 lts development board connecting SATA hard disk through mini PCIe
Leetcode-303: region and retrieval - array immutable
Elegant controller layer code
软考信息处理技术员有哪些备考资料与方法?
CAS mechanism
ArrayList thread insecurity and Solutions
Summary of router development knowledge
多线程-异步编排
Unable to open kernel device '\.\vmcidev\vmx': operation completed successfully. Reboot after installing vmware workstation? Module "devicepoweron" failed to start. Failed to start the virtual machine
[牛客网刷题 Day6] JZ27 二叉树的镜像