大约有 584 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0034 秒)
Laya3.0_api(219) Laya_社区(140) Laya2.0_api(110) laya_api(67) Laya2.0_文档(22) Laya_示例(20) Laya3.0_文档(6)
...ayaair.ldc.layabox.com/api2/Chinese/index.html?category=Core&class=laya.d3.component.Script3D))。 关于脚本的添加使用这里不做过的讲解,在以往的示例中都有或多或少的使用脚本。关于脚本的官方示例([demo地址](https://layaair.ldc.layabox.com/demo2/?language...
来源: Laya2.0_文档 发布时间: 20210714
...r __proto__=testUI.prototype; __proto__.createChildren=function(){ laya.ui.Component.prototype.createChildren.call(this); this.createView(testUI.uiView); } testUI.uiView={"type":"Dialog","props":{"width":266,"height":720},"child":[{"type":"Image","props":{"y":0,"x":0,"skin":"poker/bottom_slider.png"...
来源: Laya_社区 发布时间: 20180325
...FontFaceFromBuffer is not a function Uncaught TypeError: Class constructor Component cannot be invoked without 'new' 关于graphics.drawTexture方法设置纹理报错TypeError: texture.getIsReady is not a function 升级到2.2.0Beta报错Uncaught TypeError: Class constructor Sprite cannot be invoke...
来源: Laya_社区 发布时间: 20190418
...到要设置FPS laya 好像不能加载网络路径图片 请问下laya.ui.Component下面的anchorX和anchorY的作用,好像显示有问题? 好像Laya 不能像pixi 新建多个舞台 laya引用的第三方物理引擎matter,通过顶点构造的多边形好像有问题? 问题状态 最...
来源: Laya_社区 发布时间: 20230822
...自定义组件编译出错 用fd编译报错 libs/laya/src/laya/editorUI/Component.as (86):warning:model This variable is not defined. 发现官方自定义组件教程里的地址https://github.com/layabox/layaair-ide-ui,更新时间是2016年的 代码里写的是model && model.size(_wi...
来源: Laya_社区 发布时间: 20180615
...property 'cursor' of undefined错误 Uncaught TypeError: Class constructor Component cannot be invoked without 'new' 关于graphics.drawTexture方法设置纹理报错TypeError: texture.getIsReady is not a function 升级到2.2.0Beta报错Uncaught TypeError: Class constructor Sprite cannot be invoke...
来源: Laya_社区 发布时间: 20181210
...0.9, 1); plane.meshRender.material = planeMat; var meshCollider = plane.addComponent(Laya.MeshCollider); meshCollider.mesh = plane.meshFilter.sharedMesh; var box = scene.addChild(new Laya.MeshSprite3D(new Laya.BoxMesh(0.5, 0.5, 0.5))); var mat = new Laya.StandardMaterial(); mat.diffuseTexture = Laya...
来源: Laya_示例 发布时间: 20241118
...行报错【2.0beta5.1] box2d动态创建绑定多个关节报错 Node:the component is singleton,can't add the second one. 在add panel 后设置 hScrollBar.value 没有用 使用blendMode=add模式时,某些手机上无法正常显示,出现黑底 Could not locate valid Java executable. Config...
来源: Laya_社区 发布时间: 20151202
...用了。 如果要调用其它script的方法,可以使用self.xxx._components[0].someFunc(); 我这么用好使,但是可能不规范,最好还是问问官方。 2019-03-14 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 181***...
来源: Laya_社区 发布时间: 20190313
...lt;/ScaleButton> <MenuBtn className="laya.customUI.MenuBtn" inherit="Component" skinLabel="skin" resName="mbtn" icon="mbtn" group="公用,常用,宽高及位置" drag="3"> <prop name="skin" tips="按钮皮肤" type="string" default="" group="常用"/> <prop name="bgSkin" tips="按...
来源: Laya_社区 发布时间: 20161026