• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 153 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0042 秒)

121. 对接上架字节跳动小游戏技术指南(TypeScript-小游戏适配文档-字节跳动小游戏) [ 48%]

...cs/zh-CN/mini-app/develop/developer-instrument/developer-instrument-update-and-download](https://microapp.bytedance.com/docs/zh-CN/mini-app/develop/developer-instrument/developer-instrument-update-and-download) #### 3.2 申请小游戏创建权限 如果开发者仅仅是创建个开发者平台帐...

来源: Laya2.0_文档 发布时间: 20210715

122. Laya2.0导入protobufjs第三方库,报错找不到文件 [ 48%]

... 用babel打包的js文件,项目编译会报错 SyntaxError: 'import' and 'export' may appear only with 'sourceType: module'   而用webpack打包的话,编译不报错,运行时会报错: TypeError: Cannot read property 'bee' of undefined     附件 : --> LayaProtobufjsTest.zip 2019-02-28...

来源: Laya_社区 发布时间: 20190228

123. native 1.0.2 连不上wss [ 48%]

...bwebsockets version: 2.3.0 layabox_mac@localhost- NOTICE: IPV6 compiled in and enabled NOTICE: libev support not compiled in NOTICE: libuv support not compiled in NOTICE: Threads: 1 each 2560 fds NOTICE: mem: platform fd map: 20480 bytes NOTICE: Compiled with OpenSSL support NOTICE: Doing SSL librar...

来源: Laya_社区 发布时间: 20181018

124. layaAir TS项目如何引用protoBuf库? [ 47%]

... Laya.Loader;         var Browser = Laya.Browser;         var Handler = Laya.Handler;         var ProtoBuf = Browser.window.protobuf;         Laya.init(550, 400);         //加载协议文件,相当于加载那个资源         ProtoBuf.load("../laya/proto/aweso...

来源: Laya_社区 发布时间: 20170216

125. 请问下设置group或者category能达到让两个互相能碰撞的物体不再碰撞的效果吗? [ 47%]

...k类别,指定与其碰撞的类别值之和(值是所有category按位AND的值)category 碰撞类别,使用2的幂次方值指定,有32种不同的碰撞类别可用。mask 指定冲突位掩码碰撞的类别,category位操作的结果。 2019-03-12 1 7 分享 微博 QZONE 微信 egoi...

来源: Laya_社区 发布时间: 20190312

126. 使用Laya.loader.load加载Laya.Loader.FONT位图字体文件时就会出现无限循环加载,一直到浏览器奔溃 [ 46%]

... this.loadFont(); }   loadFont() { const  BitmapFont = Laya.BitmapFont, Handler = Laya.Handler;   Laya.loader.load([{     url: ['res/bitmapFont/test.fnt'],     type: Laya.Loader.FONT }], Handler.create(this, () => {             console.log('bitmapFont loaded');               ...

来源: Laya_社区 发布时间: 20190221

127. layaair2-cmd compile编译报内存溢出 [ 46%]

... 微博 QZONE 微信 liwen1590 赞同来自: error:   FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory     <--- Last few GCs --->   [3456:03E0EAB0] 692136 ms: Mark-sweep 1079.4 (1184.3) -> 1079.0 (1184.3) MB, 1093.1 / 0.0 ms allocation failure GC in old...

来源: Laya_社区 发布时间: 20211102

128. laya.device.motion.Gyroscope_API3.0 [ 45%]

...见https://developer.mozilla.org/en-US/docs/Web/Guide/Events/Orientation_and_motion_data_explained。 info: RotationInfo类型参数,保存设备的旋转值。 浏览器兼容性参见:http://caniuse.com/#search=deviceorientation Hierarchy EventDispatcher Gyroscope Index Constructors constructo...

来源: Laya3.0_api 发布时间: 20231115

129. [LayaAir3]Laya3.x graphics.drawCurves 闪烁的问题 [ 45%]

...!== 0) { throw new Error("At least two points (four numbers) are required, and the total number of values must be even"); } this.points = points; } private static distance(x1: number, y1: number, x2: number, y2: number): number { let dx = x2-x1; let dy = y2-y1; return Math.sqrt(dx*dx+dy*dy); } priva...

来源: Laya_社区 发布时间: 20241008

130. 使用layaAirIDE打包APK问题 [ 45%]

...aair.game.browser.MainActivity (server)' ~ Channel is unrecoverably broken and will be disposed! 这种错误。 apk打包时无论我选择是否是单机版(非单机版已经把index.html和相关资源放到了一个可访问的http服务器了),最终运行都是上面的错误 请问下...

来源: Laya_社区 发布时间: 20160920