このページを含むバージョン:
このページを含まないバージョン:
プロセッサー名(読み取り専用)
このプロパティーをサポートしないプラットフォームの SystemInfo.unsupportedIdentifier を返します。
using UnityEngine; using System.Collections;public class ExampleClass : MonoBehaviour { void Example() { print(SystemInfo.processorType); } }
関連項目: SystemInfo.processorCount, SystemInfo.processorFrequency.