RuntimePlatform.PS3
Description

In the player on the Play Station 3.

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