大约有 2,766 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0104 秒)
Laya_社区(2363) Laya2.0_文档(279) Laya3.0_文档(92) laya_api(14) Laya2.0_api(8) Laya3.0_api(7) Laya_示例(2) Laya2.0_示例(1)
...ple.js.map 我的发布路径是这个:D:\layaide\hello\release\wxgame 2018-07-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 6 个回复 海货 赞同来自: 删掉下边的注释那句就没事了; 我的微信开发...
来源: Laya_社区 发布时间: 20180715
...首次启动时经常黑屏,这个是抓取的日志如下:I/LayaBox (12689): read index:/data/data/com.klzz.platform/cache//LayaCache//appCache/48a42618/filetable.txt E/LayaBox (12689): read index failed I/LayaBox (12689): Download [ ]:http://192.168.137.1/public/sh ... i.ttf I/LayaBox (12689):...
来源: Laya_社区 发布时间: 20170320
...Index was outside the bounds of the array FBX导入Unity,版本Unity 2018.4.0f1. 再使用LayaAir3D Export Tool导出出现 Index was outside the bounds of the array. 附件是FBX文件 IndexOutOfRangeException: Index was outside the bounds of the array. p.a (UnityEngine.Mesh A_0, System.St...
来源: Laya_社区 发布时间: 20191113
...建的3个实例 var bp = new BPFont(jsonData,imageData,600,"left"); var bp1 = new BPFont(jsonData,imageData,600,"center"); var bp2 = new BPFont(jsonData,imageData,600,"right"); bp.padding = bp1.padding = bp2.padding = -7; Laya.stage.addChild(bp); Laya.stage.addChild(bp1); Laya.stage.addChild(bp2); ...
来源: Laya_社区 发布时间: 20161014
....refreshList = null; /** 消息生成的当前最大id值 */ this.msgIdNow=1; /** 滚动条效果是否停止 */ this.scrollBarIsStop=false; /** 移动前的上次坐标位置 */ this.moveLastPos = null; /** 列表单元是否已打开 */ this.itemIsOpen=false; /**展开的单元格索引ID */ this....
来源: Laya2.0_示例 发布时间: 20260303
...ew coolDownSprite(); this.spe.init(texture); //this.spe.initWithoutTexture(128, 128); this.spe.pos(300, 350); this.spe.setProgress(this.progress); Laya.stage.addChild(this.spe); ----------------------源码-------------------------- import Shader = laya.webgl.shader.Shader; export class coolDo...
来源: Laya_社区 发布时间: 20170606
...rnion(0, 0, 0, 0); Laya.Quaternion.createFromYawPitchRoll(0, 0* (Math.PI / 180), 0, newRot); this.pivot.transform.rotation = newRot; .............................................. if (e.keyCode == 97) { // console.log("a"); let newPos = new Laya.Vector3(this.block.transform.position.x + 0.1, this.bl...
来源: Laya_社区 发布时间: 20171228
...d Public Properties PropertyDefined By alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite ambientColor : Vector3 获取环境光颜色。 Scene autoSize : Boolean = false 指定是否自动计算宽高数据。默认值为 false 。...
来源: laya_api 发布时间: 20170929
组件装饰器标识的详细说明1、识别组件脚本 @regClass()1.1 代码中如何使用 @regClass()1.2 IDE中如何找到被识别的组件脚本2、识别组件 @property()2.1 组件属性的常规使用2.2 访问器的装饰器使用2.3 是否序列化保存 serializable2.4 是否为私...
来源: Laya3.0_文档 发布时间: 20251010
...odel.Model; /** * ... * @author 偷心枫贼 */ public class Controller_yao1yao { public function Controller_yao1yao(model:Model) { __JS__('_model = model'); __JS__('var SHAKE_THRESHOLD = 100'); __JS__('var last_update = 0'); __JS__('var x = y = z = last_x = last_y = last_z = 0;'); __JS__('var canSh...
来源: Laya_社区 发布时间: 20160110