システム情報とハードウェア情報にアクセスします。
基本となるプラットフォームとハードウェアの機能を把握するにはこのクラスを使用します。たとえば、 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.Note that asynchronous compute queues are only supported on PS4. |
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 | Returns true when the platform supports GPUFences and false if otherwise.Note that GPUFences are only supported on PS4. |
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 | レンダリングテクスチャのフォーマットがサポートされているかどうか |
Did you find this page useful? Please give it a rating:
Thanks for rating this page!
What kind of problem would you like to report?
Thanks for letting us know! This page has been marked for review based on your feedback.
If you have time, you can provide more information to help us fix the problem faster.
Provide more information
You've told us this page needs code samples. If you'd like to help us further, you could provide a code sample, or tell us about what kind of code sample you'd like to see:
You've told us there are code samples on this page which don't work. If you know how to fix it, or have something better we could use instead, please let us know:
You've told us there is information missing from this page. Please tell us more about what's missing:
You've told us there is incorrect information on this page. If you know what we should change to make it correct, please tell us:
You've told us this page has unclear or confusing information. Please tell us more about what you found unclear or confusing, or let us know how we could make it clearer:
You've told us there is a spelling or grammar error on this page. Please tell us what's wrong:
You've told us this page has a problem. Please tell us more about what's wrong:
Thank you for helping to make the Unity documentation better!
Your feedback has been submitted as a ticket for our documentation team to review.
We are not able to reply to every ticket submitted.