包含此页的版本:
不含此页的版本:
在 Nintendo Switch 上的播放器中。
另请参阅:RuntimePlatform、Platform dependent Compilation.。
using UnityEngine;public class ExampleClass : MonoBehaviour { void Example() { if (Application.platform == RuntimePlatform.Switch) Debug.Log("Do something special here!"); } }