Application.platformstatic var platform : RuntimePlatformDescriptionReturns the platform the game is running (Read Only). Use this property if you absolutely need to do some platform dependent work. See Also: RuntimePlatform
JavaScript
function Start () { using UnityEngine; import UnityEngine |
