AR_Engine_SDK
|
函数 | |
function XEDevice | GetPlatform () end |
function XEDevice | GetDeviceInfo () end |
function XEDevice | GetDeviceModel () end |
function XEDevice | GetDeviceSystemVersion () end |
function XEDevice | GetPackageName () end |
function XEDevice | GetAppName () end |
function XEDevice | GetAvailableProcessors () end |
function XEDevice | GetNetworkType () end |
function XEDevice | PerformHapticFeedback () end |
function XEDevice | GetRotation () end |
function XEDevice | GetExternalFilesDir () end |
变量 | |
XEDevice = {} | |
XEDevice | PLATFORM_OS_NONE = 0 |
XEDevice | PLATFORM_OS_IOS = 0 |
XEDevice | PLATFORM_OS_ANDROID = 0 |
XEDevice | PLATFORM_OS_WINDOWS = 0 |
XEDevice | PLATFORM_OS_MACOS = 0 |
XEDevice | PLATFORM_OS_LINUX = 0 |
XEDevice | NETWORK_TYPE_UNCONNECTED = 0 |
XEDevice | NETWORK_TYPE_CALLULAR = 0 |
XEDevice | NETWORK_TYPE_WIFI = 0 |
XEDevice | DeviceRotation0 = 0 |
XEDevice | DeviceRotation90 = 0 |
XEDevice | DeviceRotation180 = 0 |
XEDevice | DeviceRotation270 = 0 |
function XEDevice GetAppName | ( | ) |
获取应用名
function XEDevice GetAvailableProcessors | ( | ) |
获取CPU核心数
function XEDevice GetDeviceInfo | ( | ) |
获取设备描述信息
function XEDevice GetDeviceModel | ( | ) |
获取设备型号
function XEDevice GetDeviceSystemVersion | ( | ) |
获取操作系统版本
function XEDevice GetExternalFilesDir | ( | ) |
获取应用存储目录 Android /data/data/< package name >/files/ iOS NSHomeDirectory()
function XEDevice GetNetworkType | ( | ) |
获取网络状态
function XEDevice GetPackageName | ( | ) |
获取应用包名
function XEDevice GetPlatform | ( | ) |
XEDevice_GetPlatform00
function XEDevice GetRotation | ( | ) |
XEDevice_GetRotation00
function XEDevice PerformHapticFeedback | ( | ) |
震动反馈
XEDevice DeviceRotation0 = 0 |
XEDevice DeviceRotation180 = 0 |
XEDevice DeviceRotation270 = 0 |
XEDevice DeviceRotation90 = 0 |
XEDevice NETWORK_TYPE_CALLULAR = 0 |
XEDevice NETWORK_TYPE_UNCONNECTED = 0 |
XEDevice NETWORK_TYPE_WIFI = 0 |
XEDevice PLATFORM_OS_ANDROID = 0 |
XEDevice PLATFORM_OS_IOS = 0 |
XEDevice PLATFORM_OS_LINUX = 0 |
XEDevice PLATFORM_OS_MACOS = 0 |
XEDevice PLATFORM_OS_NONE = 0 |
XEDevice PLATFORM_OS_WINDOWS = 0 |
XEDevice = {} |