大约有 1,768 项符合查询结果, 库内数据总量为 30,782 项。 (搜索耗时: 0.0062 秒)
Laya_社区(1159) Laya2.0_api(183) laya_api(162) Laya3.0_api(119) Laya2.0_文档(51) Laya_示例(41) Laya2.0_示例(35) Laya3.0_文档(18)
...图5) ####6. 在代码里给 List 对象赋值。 ```javascript var data:Array =[]; for(var m:int =0;m (图6) ####8. 在代码里添加脚本,隐藏滚动条,设置拖拽的橡皮筋效果。 ```javascript m_list.scrollBar.hide = true;//隐藏列表的滚动条。 m_list.scrollBar.elas...
来源: Laya2.0_文档 发布时间: 20210715
...ivate maggotAmount:number = 5000; private tick:number = 0; private maggots:Array = []; private wrapBounds:Rectangle; private maggotTexture:any; constructor() { Laya.init(Browser.width,Browser.height, WebGL); Laya.stage.bgColor = "#000000"; Stat.show(); this.wrapBounds = new Rectangle(-this.padding, ...
来源: Laya_示例 发布时间: 20241120
...ore/material/Material.ts:55 Accessors MaterialDefine get MaterialDefine(): Array<string> Defined in laya/d3/core/material/Material.ts:373 获得材质宏 Returns Array<string> MaterialProperty get MaterialProperty(): any Defined in laya/d3/core/material/Material.ts:361 获得材质属性...
来源: Laya3.0_api 发布时间: 20231115
...体碰撞点位置获取不正确 怎么获取对象的坐标 我用list.array=Array;数据全部插进去数组里了,但是list中没有完全展示数组数据,只展示了其中的图片部分,数组能console出,那个list中的数据也存在,但没渲染出。 tree mouseHandler 怎...
来源: Laya_社区 发布时间: 20170516
将字节数组转为图片 flash air端将图片通过ByteArray保存为字节数组,并存为img.byte layaAir端加载了img.byte文件后如何还原为图片?flash端的loader有个loadBytes方法可以加载字节数组,但是layaAir端没有相关方法实现 2017-04-17 添加评论 免...
来源: Laya_社区 发布时间: 20170417
...生效 laya2.1.0版本conchMarket和IMarket接口去哪了? 我用list.array=Array;数据全部插进去数组里了,但是list中没有完全展示数组数据,只展示了其中的图片部分,数组能console出,那个list中的数据也存在,但没渲染出。 为什么有的图片...
来源: Laya_社区 发布时间: 20170416
...博 QZONE 微信 风信子 赞同来自: private createAnimation(images: Array<string>): Laya.Animation { this.animation = new Laya.Animation(); this.ui.addChild(this.animation); this.animation.loadImages(images); this.animation.interval = 70; this.animation.play(0); return this.animation }...
来源: Laya_社区 发布时间: 20190325
...像素为单位)。 Sprite drawCallOptimize : BooleanSprite filters : Array滤镜集合。可以设置多个滤镜组合。Sprite globalRotation : Number[read-only] 获得相对于stage的全局旋转值(会叠加父亲节点的旋转值)。 Sprite globalScaleX : Number[read-only] 获得...
来源: Laya2.0_api 发布时间: 20190513
...ructor Properties elements DEFAULT DEFAULTINVERT ZERO Methods clone cloneByArray cloneTo decomposeTransRotMatScale decomposeTransRotScale decomposeYawPitchRoll equalsOtherMatrix getForward getInvertFront getTranslationVector identity invert isIdentity normalize setForward setPosition setRotation set...
来源: Laya3.0_api 发布时间: 20231115
...Sprite editable : Boolean 设置可编辑状态。 TextInput filters : Array滤镜集合。可以设置多个滤镜组合。Sprite focus : Boolean 表示焦点是否在此实例上。 TextInput font : String 文本的字体名称,以字符串形式表示。 默认值为:"Arial",可以...
来源: Laya2.0_api 发布时间: 20190513