RuntimePlatform.IPhonePlayer Manual     Reference     Scripting  
Scripting > Enumerations > RuntimePlatform
RuntimePlatform.IPhonePlayer

RuntimePlatform.IPhonePlayer

Description

In the player on the iPhone.

See Also: Platform dependent Compilation.

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