Unity3d 网络状态检测
发布时间
阅读量:
阅读量
了解当前Unity3D环境下网络连接状态的相关信息,具体分享如下:
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
public class NetWorkPlatform : MonoBehaviour
{
全部评论 (0)
还没有任何评论哟~

了解当前Unity3D环境下网络连接状态的相关信息,具体分享如下:
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
public class NetWorkPlatform : MonoBehaviour
{