https://gameframework.cn/

 

Config

DataNode

DataTable

Debugger

Download

Entity

Event

FSM

Localization

Network

ObjectPool

Procedure

ReferencePool

Resource

Scene

Setting

Sound

UI

WebRequest

 

Config

 

DataNode

 

DataTable

 

Debugger

Max Line:1000条Log信息的情况下 (浮动)

GameFramework 学习

  ConsoleWindow

Application.logMessageReceived

  SystemInfoWindow

                    DrawItem("Device Unique ID", SystemInfo.deviceUniqueIdentifier);
                    DrawItem("Device Name", SystemInfo.deviceName);
                    DrawItem("Device Type", SystemInfo.deviceType.ToString());
                    DrawItem("Device Model", SystemInfo.deviceModel);
                    DrawItem("Processor Type", SystemInfo.processorType);
                    DrawItem("Processor Count", SystemInfo.processorCount.ToString());
                    DrawItem("Processor Frequency", Utility.Text.Format("{0} MHz", SystemInfo.processorFrequency.ToString()));
                    DrawItem("System Memory Size", Utility.Text.Format("{0} MB", SystemInfo.systemMemorySize.ToString()));
#if UNITY_5_5_OR_NEWER
                    DrawItem("Operating System Family", SystemInfo.operatingSystemFamily.ToString());
#endif
                    DrawItem("Operating System", SystemInfo.operatingSystem);
#if UNITY_5_6_OR_NEWER
                    DrawItem("Battery Status", SystemInfo.batteryStatus.ToString());
                    DrawItem("Battery Level", GetBatteryLevelString(SystemInfo.batteryLevel));
#endif
#if UNITY_5_4_OR_NEWER
                    DrawItem("Supports Audio", SystemInfo.supportsAudio.ToString());
#endif
                    DrawItem("Supports Location Service", SystemInfo.supportsLocationService.ToString());
                    DrawItem("Supports Accelerometer", SystemInfo.supportsAccelerometer.ToString());
                    DrawItem("Supports Gyroscope", SystemInfo.supportsGyroscope.ToString());
                    DrawItem("Supports Vibration", SystemInfo.supportsVibration.ToString());
                    DrawItem("Genuine", Application.genuine.ToString());
                    DrawItem("Genuine Check Available", Application.genuineCheckAvailable.ToString());
SystemInfoWindow

相关文章:

  • 2021-09-01
  • 2021-07-26
  • 2021-06-22
  • 2022-01-12
  • 2021-11-18
  • 2022-12-23
  • 2022-12-23
  • 2021-04-22
猜你喜欢
  • 2021-08-16
  • 2021-05-08
  • 2022-01-18
  • 2021-05-25
  • 2021-04-23
  • 2021-04-18
  • 2021-11-04
相关资源
相似解决方案