SystemInfo.operatingSystemFamily

切换到手册
public static OperatingSystemFamily operatingSystemFamily ;

描述

返回运行该游戏的操作系统系列(只读)。

UI 代码使用该 API 区分具有不同 UI 约定的桌面操作系统系列。对于所有非桌面平台,目前将返回 OperatingSystemFamily.Other

using UnityEngine;

public class ExampleClass : MonoBehaviour { void Start() { if (SystemInfo.operatingSystemFamily == OperatingSystemFamily.MacOSX) Debug.Log("Do something special here"); } }

另请参阅:OperatingSystemFamily 枚举、SystemInfo 类。

Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961