RuntimePlatform.OSXDashboardPlayer

RuntimePlatform.OSXDashboardPlayer

Description

In the Dashboard widget on Mac OS X.

See Also: Platform dependent Compilation.

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