大约有 3,652 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0077 秒)
Laya_社区(3551) Laya2.0_文档(31) Laya3.0_文档(17) Laya3.0_api(12) Laya2.0_示例(12) Laya_示例(11) laya_api(9) Laya2.0_api(9)
...ssage); if (errMsg) throw Error(errMsg); // Encode a message to an Uint8Array (browser) or Buffer (node) var buffer = AwesomeMessage.encode(message).finish(); // ... do something with buff...
来源: Laya_社区 发布时间: 20170216
...登录 发起人 O-O 相关问题 laya2.0加载3d场景报错Uncaught TypeError: Cannot read property 'btCollisionObject' of undefined TrailSprite3D的ALIGNMENT_TRANSFORM_Z模式和ALIGNMENT_VIEW模式有什么区别? Cannot read property 'displayObject' of null Unity导出插件导出的模型中...
来源: Laya_社区 发布时间: 20180725
...scode-chrome-debug-core\node_modules\vscode-debugadapter\lib\protocol[...] Error processing "evaluate": TypeError: Cannot read property 'api' of undefined at ChromeConnection.get api [as api] (c:\Users\dell\Downloads\LayaAirIDE_1.7.2_beta\resources\app\extensions\laya-debug\node_modules\vscode-chrom...
来源: Laya_社区 发布时间: 20170428
...堆栈:"Cannot set property 'text' of undefined" 调试控制台输出:Error processing "evaluate": TypeError: Cannot read property 'api' of undefined at ChromeConnection.get api [as api] (d:\Program\LayaAirIDE_1.7.0\resources\app\extensions\laya-debug\node_modules\vscode-chrome-debug-core\o...
来源: Laya_社区 发布时间: 20170416
...戏 Android 端调整 “在屏 Canvas” 的放缩策略 Ts 编辑提示error TS5023: Unknown option 'p' 微信小游戏:HTMLDivElement的使用 微信小游戏如何使用ttf字体? 问题状态 最新活动: 2018-12-11 16:42 浏览: 2635 关注: 4 人 阿沥❤ • 2018-12-11 16:48 澄清一...
来源: Laya_社区 发布时间: 20180903
...in 相关问题 请问laya有没有地图编辑器工具? Ts 编辑提示error TS5023: Unknown option 'p' Animator 如何获取当前所有动画名称呢?或者所有的AnimationClip呢? matter.js的文档查看 FairyGUI是一款专业的 UI编辑器(千万别点) 骨骼动画播放完后...
来源: Laya_社区 发布时间: 20180725
...1.01 导出场景后,再用引擎加载显示,结果报错:Uncaught Error: start0Must be in the range [0, -1] 代码如下: Laya3D.init(600,400); Laya.stage.scaleMode = Laya.Stage.SCALE_FULL; //创建场景 var scene = new Laya.Scene(); Laya.stage.addChild(scene); //创建摄像机 var cam...
来源: Laya_社区 发布时间: 20170524
Cannot find module Roaming\npm\node_modules\layaair2-cmd\layaair2-cmd.js Error: Cannot find module 'C:\Users\Administrator\AppData\Roaming\npm\node_modules\layaair2-cmd\layaair2-cmd.js 1.layaAri2.0 按照官方文档再vscode上安装layaair2-cmd运行layaair2-cmd -v命令出现下面的报错 原...
来源: Laya_社区 发布时间: 20200623
...ion(Laya.Handler.create(this, updatePosition), Laya.Handler.create(this, onError)); // 绑定作用域 convertToBaiduCoord = convertToBaiduCoord.bind(this); ``` 由于本例不需要使用LayaAir的显示元素,因此舞台尺寸设置为1。百度地图界面的初始化放在init()中。然...
来源: Laya2.0_文档 发布时间: 20210715
...t.on(Laya.Event.CLOSE, this, this.closeHandler); this.socket.on(Laya.Event.ERROR, this, this.errorHandler); } private openHandler(event: any = null): void { //正确建立连接; this.byte.writeByte(1);//写入一个字节 this.byte.writeInt16(20);//写入一个int16的数据 this.byte.writeFloat3...
来源: Laya_社区 发布时间: 20171129