Legacy Documentation: Version 5.1
LanguageEnglish
  • C#
  • JS

Script language

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

RuntimePlatform.OSXDashboardPlayer

Switch to Manual

Description

In the Dashboard widget on Mac OS X.

See Also: Platform dependent Compilation.

	if (Application.platform == RuntimePlatform.OSXDashboardPlayer)
		Debug.Log("Do something special here!");