Skip to content

ECS Framework API v2.1.50


ECS Framework API / PlatformDetectionResult

Interface: PlatformDetectionResult

Defined in: Platform/IPlatformAdapter.ts:178

平台检测结果

Properties

platform

platform: "browser" | "wechat-minigame" | "bytedance-minigame" | "alipay-minigame" | "baidu-minigame" | "nodejs" | "unknown"

Defined in: Platform/IPlatformAdapter.ts:182

平台类型


confident

confident: boolean

Defined in: Platform/IPlatformAdapter.ts:187

是否确定检测结果


features

features: string[]

Defined in: Platform/IPlatformAdapter.ts:192

检测到的特征


adapterClass?

optional adapterClass: string

Defined in: Platform/IPlatformAdapter.ts:197

建议使用的适配器类名

Released under the MIT License.