大约有 5,021 项符合查询结果, 库内数据总量为 31,629 项。 (搜索耗时: 0.0063 秒)
Laya_社区(4925) Laya2.0_文档(33) Laya3.0_文档(18) Laya3.0_api(13) Laya_示例(12) Laya2.0_示例(11) Laya2.0_api(7) laya_api(2)
... read property '_physicsUpdateList' of null at PhysicsCollider.__proto._onDestroy (laya.d3.js:21732) at PhysicsCollider.__proto._destroy (laya.core.js:6989) at MeshSprite3D.__proto._destroyAllComponent (laya.core.js:13738) at MeshSprite3D.__proto.destroy (laya.core.js:130...
来源: Laya_社区 发布时间: 20190415
...启动chrome出现错误: Error processing launch: Error Could not attach to main target 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一致的编译错误 laya2.0加载3d场景报错Uncaught TypeError: Cannot read property 'btCollisionObject' of undefined i...
来源: Laya_社区 发布时间: 20180227
...启动chrome出现错误: Error processing launch: Error Could not attach to main target Ts 编辑提示error TS5023: Unknown option 'p' Texture图片能否进行翻转? 图集打包找不到图集文件 用了第三方socket类 项目在IDE上可以连接正常运行,为什么打包APK之后在...
来源: Laya_社区 发布时间: 20170604
...启动chrome出现错误: Error processing launch: Error Could not attach to main target 关于近期iOS提交,因违反苹果3.1.1导致APP上架被拒的说明 IDE1.7.8 json图集加载问题 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一致的编译...
来源: Laya_社区 发布时间: 20171230
... TypeError: Cannot read property '_targets' of null at WebGLContext2D.__proto.drawCanvas (laya.webgl.js:5713) at RenderContext.__proto.drawCanvas (laya.core.js:5822) at RenderSprite3D.__proto._canvas (laya.core.js:6219) at Sprite.__proto.render (laya.core.js:15680) at RenderSprite3D.__proto._childs ...
来源: Laya_社区 发布时间: 20181016
... TS项目使用matter.js库无智能提示 sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale LayaAirIDE下如何使用mask? 微信小游戏:HTMLDivElement的使用 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 微信小游戏如何使用...
来源: Laya_社区 发布时间: 20161214
....clearRect(0, 0, canvas.width, canvas.height); //Clamp the camera position to the world bounds while centering the camera around the car var camX = clamp(-carpos.x + canvas.width/2, world.minX, world.maxX - canvas.width); var camY = clamp(-carpos.y + canvas.height/2, world.minY, world.maxY - canvas....
来源: Laya_社区 发布时间: 20170728
...取“鼠标是否处于按下状态”? sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale 请问在layaIDE里,怎么调用微信小程序API 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. TextInput重写onFocus和onBlur事件监听不到...
来源: Laya_社区 发布时间: 20170627
...urMern么有发出变化,是否正常? 2 构造时创建 constructor() { this.aniBody = new Animation(); this.aniBody.interval = this.frameNum; Map.getInstance().heroSprVI.sprCon.addChild(this.aniBody); this.aniWeapon = new Animation(); ...
来源: Laya_社区 发布时间: 20170615
...学也没法使用 于是我用yo的生成器又重做了一个项目generator-layaair,现在创建项目模板更加简单自动化了 初次使用先安装生成器: npm install -g yo npm install -g generator-layaair 之后每次创建项目 直接yo layaair就行了,指令会自动...
来源: Laya_社区 发布时间: 20160503