1.1.7 • Published 3 years ago

kd-api-core-test v1.1.7

Weekly downloads
-
License
MIT
Repository
-
Last release
3 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

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago