SystemInfo.graphicsDeviceID 显卡标识符

static var graphicsDeviceID : int

Description描述

The identifier code of the graphics device (Read Only).

显卡的标识符代码。(只读)

This is the PCI device ID of the user's graphics card. Together with SystemInfo.graphicsDeviceVendorID, this number uniquely identifies a particular graphics card model. The number is the same across operating systems and driver versions.

这是用户显卡的PCI设备ID。连同SystemInfo.graphicsDeviceVendorID,这是一个特定显卡型号唯一标识符数字。这个数字跨操作系统和驱动程序版本是相同的。

See pcidatabase.com for a list of device IDs.

参见pcidatabase.com有关设备ID的列表。

参见:SystemInfo.graphicsDeviceVendorID, SystemInfo.graphicsDeviceName.

最后修改:2011年3月18日 Friday 18:21

本脚本参考基于Unity 3.4.1f5

英文部分版权属©Unity公司所有,中文部分© Unity圣典 版权所有,未经许可,严禁转载 。