大约有 3,176 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0082 秒)
Laya_社区(2392) Laya3.0_api(242) Laya2.0_文档(138) Laya2.0_api(136) laya_api(135) Laya3.0_文档(63) Laya_示例(52) Laya2.0_示例(18)
...t\vs\layaEditor\laya\libs\2.0.0beta1\as\layajs.exe;"$(ProjectPath)";iflash=false;quickcompile=true;out=bin/js/bundle.js;subpath= ``` layaAir **2.2开始的**版本可以参照下面的指令配置。 ```typescript SaveAllModified RunProcessCaptured|D:\layaide2.0\layaairide\resources\app\out\vs\layaE...
来源: Laya2.0_文档 发布时间: 20210715
...ent anchorY : NumberY轴锚点,值为0-1Component autoSize : Boolean = false 指定是否自动计算宽高数据。默认值为 false 。 Sprite宽高默认为0,并且不会随着绘制内容的变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者...
来源: laya_api 发布时间: 20170929
...码: var map:BitmapData = new BitmapData(width * scale, height * scale, false); map.perlinNoise(20*scale, 20*scale, 3, 5, false, true); var texture:Texture = Texture.fromBitmapData(map, false, false, scale); 用到了BitmapData的perlinNoise接口,这个接口Laya暂不支持,我就就必须...
来源: Laya_社区 发布时间: 20151208
...t2_cache", tsconfig:workSpaceDir + "/tsconfig.json", check: true, //Set to false to avoid doing any diagnostic checks on the code tsconfigOverride:{compilerOptions:{removeComments: true}}, include:/.*.ts/, }),3、compile.js 完整代码如下 // v1.2.2 //获取Node插件和工作路径 [b]let ideMod...
来源: Laya_社区 发布时间: 20200607
...界 options值参考如下: allowSleeping:true, gravity:10, customUpdate:false 自己控制物理更新时机,自己调用Physics.update Physics event(type:String, data:* = null):Boolean 派发事件。 EventDispatcher getBodyCount():int获得刚体总数量Physics getContactCount():int...
来源: Laya2.0_api 发布时间: 20190513
...ng 赞同来自: 1、再设置innderHtml之前,设置html.style.wordwrap=false 阻止自动换行 2、有宽度限制,为200,你可以可以调节html宽度让其不换行 2017-07-21 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起...
来源: Laya_社区 发布时间: 20170721
...一个布尔型的值。勾选代表true,表示可见。不勾选代表false,表示不可见,此时如果精灵加载了图片,那么就不会显示到画布上了。 2.2.8 透明度Alpha 如果精灵加载了图片,透明度可以设置图片的透明度,范围为0~1。 2.3 Sprite的特...
来源: Laya3.0_文档 发布时间: 20241014
...过pivotY值来改变节点轴心点。UIComponent autoSize : Boolean = false 指定是否自动计算宽高数据。默认值为 false 。 Sprite宽高默认为0,并且不会随着绘制内容的变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通...
来源: Laya2.0_api 发布时间: 20190513
...3D", "props":{ "isStatic":false, "name":"share" }, "customProps":{ "layer":0, "translate":[ ...
来源: Laya_社区 发布时间: 20180122
...dIndex < index) { this.listUI.typeTree.setItemState(this.selectedIndex, false); this.selectedIndex = index - this.selectedNodes; } else { this.listUI.typeTree.setItemState(this.selectedIndex + Number(item.dataSource.nodes), false); this.selectedIndex = index; } } this.selectedNodes = Number(item....
来源: Laya_社区 发布时间: 20171011