RuntimePlatform.OSXEditor

RuntimePlatform.OSXEditor

Description

In the Unity editor on Mac OS X.

See Also: Platform dependent Compilation.

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