RuntimePlatform.XBOX360
Description

In the player on the XBOX360.

See Also: Platform dependent Compilation.
	if (Application.platform == RuntimePlatform.XBOX360)
		Debug.Log("Do something special here!");