システム情報とハードウェア情報にアクセスします。
基本となるプラットフォームとハードウェアの機能を把握するにはこのクラスを使用します。たとえば、 RenderTexture 形式がサポートされているのか (SupportsRenderTextureFormat)、どのくらい多くの CPU スレッドが使用可能か(processorCount)、などを確認できます。
batteryLevel | The current battery level (Read Only). |
batteryStatus | Returns the current status of the device's battery (Read Only). |
copyTextureSupport | さまざまな Graphics.CopyTexture ケースをサポートします (読み込み専用)。 |
deviceModel | デバイスのモデル(読み取り専用) |
deviceName | デバイス名(読み取り専用) |
deviceType | デバイスのタイプを返します(読み取り専用) |
deviceUniqueIdentifier | 一意のデバイス識別子。すべてのデバイスで一意であることが保証されています(読み取り専用) |
graphicsDeviceID | グラフィックデバイスの識別コード(読み取り専用) |
graphicsDeviceName | グラフィックデバイス名(読み取り専用) |
graphicsDeviceType | グラフィックデバイスがサポートしている、グラフィックス API タイプ(読み取り専用) |
graphicsDeviceVendor | グラフィックデバイスのベンダー(読み取り専用) |
graphicsDeviceVendorID | グラフィックデバイスのベンダーの識別コード(読み取り専用) |
graphicsDeviceVersion | グラフィックデバイスがサポートしている、グラフィックス API タイプとドライバーのバージョン(読み取り専用) |
graphicsMemorySize | ビデオメモリの量(読み取り専用) |
graphicsMultiThreaded | グラフィックデバイスがマルチスレッドレンダリングを行うかどうか(読み取り専用) |
graphicsShaderLevel | グラフィックデバイスのシェーダーの性能レベル(読み取り専用) |
graphicsUVStartsAtTop | Returns true if the texture UV coordinate convention for this platform has Y starting at the top of the image. |
hasHiddenSurfaceRemovalOnGPU | True if the GPU supports hidden surface removal. |
maxCubemapSize | Maximum Cubemap texture size (Read Only). |
maxTextureSize | テクスチャの最大サイズ(読み取り専用) |
npotSupport | GPU はどのような NPOT (2の2乗でない) テクスチャのサポートを提供するか。(Read Only) |
operatingSystem | OS 名とバージョン(読み取り専用) |
operatingSystemFamily | Returns the operating system family the game is running on (Read Only). |
processorCount | 現在のプロセッサーの数(読み取り専用) |
processorFrequency | MHz単位のプロセッサー周波数(読み取り専用) |
processorType | プロセッサー名(読み取り専用) |
supportedRenderTargetCount | サポートしているレンダリングターゲットの数(読み取り専用) |
supports2DArrayTextures | 2D 配列テクスチャがサポートされているかどうか(読み取り専用) |
supports32bitsIndexBuffer | Are 32-bit index buffers supported? (Read Only) |
supports3DRenderTextures | Are 3D (volume) RenderTextures supported? (Read Only) |
supports3DTextures | 3D (volume) テクスチャがサポートされているかどうか(読み取り専用) |
supportsAccelerometer | 加速度センサーを利用できるかどうか |
supportsAsyncCompute | Returns true when the platform supports asynchronous compute queues and false if otherwise. |
supportsAsyncGPUReadback | Returns true if asynchronous readback of GPU data is available for this device and false otherwise. |
supportsAudio | Is there an Audio device available for playback? (Read Only) |
supportsComputeShaders | Compute シェーダーがサポートされているかどうか(読み取り専用) |
supportsCubemapArrayTextures | Are Cubemap Array textures supported? (Read Only) |
supportsGPUFence | This functionality is deprecated, and should no longer be used. Please use SystemInfo.supportsGraphicsFence. |
supportsGyroscope | ジャイロスコープが利用できるかどうか |
supportsHardwareQuadTopology | Does the hardware support quad topology? (Read Only) |
supportsImageEffects | イメージエフェクトがサポートされているかどうか(読み取り専用) |
supportsInstancing | GPU ドローコールのインスタンス化がサポートされているかどうか(読み取り専用) |
supportsLocationService | ロケーションサービス( GPS )が利用できるかどうか |
supportsMipStreaming | Is streaming of texture mip maps supported? (Read Only) |
supportsMotionVectors | Whether motion vectors are supported on this platform. |
supportsMultisampleAutoResolve | Returns true if multisampled textures are resolved automatically |
supportsMultisampledTextures | Are multisampled textures supported? (Read Only) |
supportsRawShadowDepthSampling | サポートされているシャドウマップからのサンプリングは生のデプスか?(Read Only) |
supportsRenderToCubemap | キューブマップがサポートされているかどうか(読み取り専用) |
supportsSeparatedRenderTargetsBlend | Returns true when the platform supports different blend modes when rendering to multiple render targets, or false otherwise. |
supportsShadows | グラフィックスカードが影をサポートしているかどうか(読み取り専用) |
supportsSparseTextures | スパーステクスチャはサポートされますか。(Read Only) |
supportsTextureWrapMirrorOnce | Returns true if the 'Mirror Once' texture wrap mode is supported. (Read Only) |
supportsVibration | そのデバイスは振動によるユーザーの触覚フィードバックを提供することができるか。 |
systemMemorySize | システムメモリの量(読み取り専用) |
unsupportedIdentifier | 現在のプラットフォームでサポートされていない SystemInfo 文字列プロパティーからの戻り値 |
usesReversedZBuffer | This property is true if the current platform uses a reversed depth buffer (where values range from 1 at the near plane and 0 at far plane), and false if the depth buffer is normal (0 is near, 1 is far). (Read Only) |
IsFormatSupported | Verifies that the specified graphics format is supported for the specified usage. |
SupportsBlendingOnRenderTextureFormat | Is blending supported on render texture format? |
SupportsRenderTextureFormat | レンダリングテクスチャのフォーマットがサポートされているかどうか |
SupportsTextureFormat | レンダリングテクスチャのフォーマットがサポートされているかどうか |