Legacy Documentation: Version 5.1
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

SystemInfo.processorType

Switch to Manual
public static var processorType: string;

Description

Processor name (Read Only).

	// Prints something like "Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz"

print (SystemInfo.processorType);