大约有 797 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0062 秒)
Laya_社区(443) Laya3.0_api(103) Laya2.0_api(58) laya_api(54) Laya2.0_文档(49) Laya_示例(39) Laya2.0_示例(33) Laya3.0_文档(18)
...图片大小? TypeScript下HttpRequest发送Post请求有Bug? 我用list.array=Array;数据全部插进去数组里了,但是list中没有完全展示数组数据,只展示了其中的图片部分,数组能console出,那个list中的数据也存在,但没渲染出。 android native环境...
来源: Laya_社区 发布时间: 20240313
...on(position: Vector3, direction: Vector3, rand?: Rand, randomSeeds?: Uint32Array): void Defined in laya/d3/core/particleShuriKen/module/shape/BaseShape.ts:54 用于生成粒子初始位置和方向。 Parameters position: Vector3 粒子位置。 direction: Vector3 粒子方向。 Default value rand:...
来源: Laya3.0_api 发布时间: 20231115
...同来自: 链接暂时没法给出 这是这部分代码 var _silentLoadArray = [ GameInfo.base_image_url+"image/progressBg.png", GameInfo.base_image_url+"image/progressT.png", GameInfo.base_image_url+"image/loading.jpg", ]; Laya.loader.load(_silentLoadArray, Handler.create(this, gameStart)); va...
来源: Laya_社区 发布时间: 20170912
...leton/robot/texture.png"; constructor() { Laya.init(100, 100); var assets: Array = []; assets.push({ url: this.ROBOT_DATA_PATH, type: Loader.BUFFER }); assets.push({ url: this.ROBOT_TEXTURE_PATH, type: Loader.IMAGE }); Laya.loader.load(assets, Handler.create(this, this.onAssetsLoaded)); } private on...
来源: Laya_示例 发布时间: 20260819
...leton/robot/texture.png"; constructor() { Laya.init(100, 100); var assets: Array = []; assets.push({ url: this.ROBOT_DATA_PATH, type: Loader.BUFFER }); assets.push({ url: this.ROBOT_TEXTURE_PATH, type: Loader.IMAGE }); Laya.loader.load(assets, Handler.create(this, this.onAssetsLoaded)); } private on...
来源: Laya2.0_示例 发布时间: 20260819
...n clickTest end move reset Constructors constructor new TouchInfo(touches: Array<TouchInfo>): TouchInfo Defined in laya/events/InputManager.ts:597 Parameters touches: Array<TouchInfo> Returns TouchInfo Properties began began: boolean Defined in laya/events/InputManager.ts:590 clickCancel...
来源: Laya3.0_api 发布时间: 20231115
...源? 富文本下划线绘制bug drawCurves(x:Number, y:Number, points:Array, lineColor:*, lineWidth:Number = 1):void 绘制一系列曲线。 如何清除sharedCanvas上一次绘制的内容 list随机生成图片优化 场景切换造成的FPS下降的优化思路请教 Graphic.drawTextures,第...
来源: Laya_社区 发布时间: 20170102
...响应List的SelectHandler 1、List数据源设置的相关代码var temp:Array = []; var skillInfoVO:SkillInfoVO; for(var i:int = 0;i<20;i++) { skillInfoVO = new SkillInfoVO(); skillInfoVO.Name = "数据源" + i; skillInfoVO.Lv = i; skillInfoVO.Color = 1; temp.push(skillInfoVO); } list.array = t...
来源: Laya_社区 发布时间: 20161223
...(width: number, height: number): Laya.Mesh2D { const vertices = new Float32Array(4 * 5); const indices = new Uint16Array(2 * 3); let index = 0; vertices[index++] = 0; vertices[index++] = 0; vertices[index++] = 0; vertices[index++] = 0; vertices[index++] = 0; vertices[index++] = width; vertices[index...
来源: Laya3.0_文档 发布时间: 20251010
...ya怎么跨域加载图片 tree mouseHandler 怎么获取条目 我用list.array=Array;数据全部插进去数组里了,但是list中没有完全展示数组数据,只展示了其中的图片部分,数组能console出,那个list中的数据也存在,但没渲染出。 怎么获取对象...
来源: Laya_社区 发布时间: 20170808