当前位置:网站首页>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
边栏推荐
- Deeply analyze the main contents of erc-4907 agreement and think about the significance of this agreement to NFT market liquidity!
- 深入理解Apache Hudi异步索引机制
- Socket communication principle and Practice
- gym安装踩坑记录
- 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
- Summary of router development knowledge
- 关于easyflash v3.3使用过程的记录
- 【安装系统】U盘安装系统教程,使用UltraISO制作U盘启动盘
- Use load_ decathlon_ Datalist (Monai) fast loading JSON data
- Applet jump to H5, configure business domain name experience tutorial
猜你喜欢
随机推荐
IO model review
555电路详解
PHP \ newline cannot be output
Is the soft test intermediate useful??
[牛客网刷题 Day6] JZ27 二叉树的镜像
[actual combat] transformer architecture of the major medical segmentation challenges on the list --nnformer
Leetcode-560: subarray with sum K
【机器学习 03】拉格朗日乘子法
Basic introduction of yarn and job submission process
[installation system] U disk installation system tutorial, using UltraISO to make U disk startup disk
“梦想杯”2017 年江苏省信息与未来小学生夏令营 IT 小能手 PK 之程序设计试题
Mendeley--免费的文献管理工具,给论文自动插入参考文献
Some online academic report websites and machine learning videos
TypeScript 接口继承
【安装系统】U盘安装系统教程,使用UltraISO制作U盘启动盘
leetcode-304:二维区域和检索 - 矩阵不可变
BUUCTF---Reverse---reverse1
无法打开内核设备“\\.\VMCIDev\VMX”: 操作成功完成。是否在安装 VMware Workstation 后重新引导? 模块“DevicePowerOn”启动失败。 未能启动虚拟机。
【作业】2022.7.6 写一个自己的cal函数
openinstall与虎扑达成合作,挖掘体育文化产业数据价值








