• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 1,768 项符合查询结果, 库内数据总量为 30,782 项。 (搜索耗时: 0.0054 秒)

1181. 性能测试-虫子(慎入) [ 63%]

...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, ...

来源: Laya2.0_示例 发布时间: 20241120

1182. laya.resource.Texture_API3.0 [ 63%]

... Constructors constructor new Texture(source?: Texture | BaseTexture, uv?: ArrayLike<number>, sourceWidth?: number, sourceHeight?: number): Texture Overrides Resource.__constructor Defined in laya/resource/Texture.ts:228 创建一个 Texture 实例。 Parameters Default value source: Texture |...

来源: Laya3.0_api 发布时间: 20231115

1183. 如何完全删除精灵 并回收内存 [ 62%]

...成负数 请教下微信小游戏的内存和数据缓存? 我用list.array=Array;数据全部插进去数组里了,但是list中没有完全展示数组数据,只展示了其中的图片部分,数组能console出,那个list中的数据也存在,但没渲染出。 new Laya.Sprite();绘...

来源: Laya_社区 发布时间: 20180728

1184. laya.net.Loader [ 62%]

...:* = null):Boolean 派发事件。 EventDispatcher  getAtlas(url:String):Array[static] 获取指定资源地址的图集地址列表。 Loader  getRes(url:String):*[static] 获取指定资源地址的资源。 Loader  getTypeFromUrl(url:String):String[static] 获取指定资源地址的数据...

来源: Laya2.0_api 发布时间: 20190513

1185. List 组件做的手风琴Demo [ 62%]

...rSkin ="";         Laya.stage.addChild(list);         list.array =this.arr;         list.renderHandler =new Laya.Handler(this,this.updateItem);         this.listArr.push(list); //------------------------------------------------------------------------------ updateItem...

来源: Laya_社区 发布时间: 20190522

1186. laya.d3.math.Matrix4x4_API3.0 [ 62%]

...tructors constructor Properties elements DEFAULT ZERO Methods clone cloneByArray cloneTo decomposeTransRotMatScale decomposeTransRotScale decomposeYawPitchRoll equalsOtherMatrix getElementByRowColumn getForward getInvertFront getTranslationVector identity invert isIdentity normalize setElementByRowC...

来源: Laya3.0_api 发布时间: 20231102

1187. LayaRender渲染含有多个part的Body存在Bug [ 62%]

... 富文本下划线绘制bug 创建动效模板 可能存在bug 我用list.array=Array;数据全部插进去数组里了,但是list中没有完全展示数组数据,只展示了其中的图片部分,数组能console出,那个list中的数据也存在,但没渲染出。 LayaAir2.61 测试...

来源: Laya_社区 发布时间: 20180625

1188. 粒子在webgl情况和canvas情况存在显著差异,请看图 [ 62%]

...知道为什么会跳帧。 创建动效模板 可能存在bug 我用list.array=Array;数据全部插进去数组里了,但是list中没有完全展示数组数据,只展示了其中的图片部分,数组能console出,那个list中的数据也存在,但没渲染出。 unity 粒子特效 la...

来源: Laya_社区 发布时间: 20180109

1189. 颜色滤镜 差值变化 [ 62%]

...ber = 16777215; private _targetsLastValue: number = null; private targets: Array<Laya.Sprite> = null; public static instance: ColorTool = null; private targetsFilter: Laya.ColorFilter = null; private _persent: number = 0; protected constructor() { this.targets = new Array<Laya.Sprite>();...

来源: Laya_社区 发布时间: 20180930

1190. layacmd atlas怎么指定输出的数据后缀为json? [ 62%]

...lm , .ltc , .lh, .ani等后缀名的文件是如何制作的? 我用list.array=Array;数据全部插进去数组里了,但是list中没有完全展示数组数据,只展示了其中的图片部分,数组能console出,那个list中的数据也存在,但没渲染出。 laya idc 下能否...

来源: Laya_社区 发布时间: 20180104