RuntimePlatform.OSXDashboardPlayer
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!");