大约有 2 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0014 秒)
...定义类型 export class Demo { constructor( options: Object ); addScene( title: string, initfunc: Function ): void; restartCurrentScene(): void; } } //多级模块 declare module laya.ani.bone { class EventData { name:string; intValue:number; floatValue:number; stringValue:string; audioValue:strin...
来源: Laya2.0_文档 发布时间: 20210715
...MiniGame && this._videoPath) { tt.shareVideo({ videoPath: this._videoPath, title: "测试分享的标题", success() { console.log("分享成功"); }, fail(e) { console.log("分享失败"); }, }); } } } ``` 至此,接入字节小游戏的API流程也介绍完了,开发者可以举一反三,再...
来源: Laya2.0_文档 发布时间: 20210715