1.1.7 • Published 2 years ago

kd-api-core-test v1.1.7

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

KD-API-CORE 文档

安装方式

# 最新版本
yarn add kd-api-core@next
# 指定版本
yarn add kd-api-core@1.1.7
# 最新版本
npm install kd-api-core@next
# 指定版本
npm install kd-api-core@1.1.7

引入

import { InitClientSocket } from 'kd-api-core/lib'

// 内嵌浏览器,只需要传入renderId参数即可
InitClientSocket.init(renderId: string, path: string,resolution: string).then(() => {
    // 加载进度
    InitClientSocket.progress((val: number) => {
        // progress值为百分比,可以动态展示底座引擎加载的进度;便于做业务逻辑处理
        // 当progress进度为100时,则表示场景加载成功
    })
})
1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago