大约有 3,253 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0074 秒)
Laya_社区(2450) Laya3.0_api(242) Laya2.0_文档(138) Laya2.0_api(136) laya_api(135) Laya3.0_文档(82) Laya_示例(52) Laya2.0_示例(18)
...le.exports = e(); // else if ("function" == typeof define && false) // define([], e); // else { var f; "undefined" != typeof window ? f = window : "undefined" != typeof global ? f = global : "undefined" != typeof self && (f = self), f.CAN...
来源: Laya_社区 发布时间: 20180731
..., {x:100}, 10000).update = Laya.Handler.create(this, this.updateMsk, null, false); } private updateMsk():void { this.img.mask.graphics.clear(true); this.img.mask.graphics.drawRect(100 - this.img.x, 0, this.img.width, 300, "#ffffff"); } 附件 : --> LayaTest.rar 2019-07-22 添加评论 免费帖 --> ...
来源: Laya_社区 发布时间: 20190722
...值 说明 Enabled Boolean true 是否开启启动页功能。true: 开启false: 关闭 BackgroundColor String '#000000' 背景颜色,支持十六进制颜色字符串。 Image String image/splash.png 图片文件的路径(相对于资源根目录)。 FitMode String Center 图片适配模式...
来源: Laya3.0_文档 发布时间: 20251128
...spatcher off(type:String, caller:*, listener:Function, onceOnly:Boolean = false):EventDispatcher 从 EventDispatcher 对象中删除侦听器。 EventDispatcher offAll(type:String = null):EventDispatcher 从 EventDispatcher 对象中删除指定事件类型的所有侦听器。 EventDispatcher on...
来源: laya_api 发布时间: 20170929
...器与 Unity 不一致问题 将list里的scrollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 开启CastShadow以后,模型会莫名其妙消失,物体渲染队列的_IndexInList会被破坏 问题状态 最新活动: 2023-02-03 15:58 浏览: 4304 关...
来源: Laya_社区 发布时间: 20230130
...er.create(this, this.onLoaded), Handler.create(this, this.onLoading, null, false)); /** * 加载资源进度 * @param percent 百分比 */ private onLoading(percent: number): void { this.view.box_mark.graphics.drawPie(216, 216, 216, -90, (-90 + Math.floor(percent * 360)), "#ff0000"); //画...
来源: Laya_社区 发布时间: 20190629
...on鼠标点击区域的设置 将list里的scrollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 list 每次滑动,都是可以滑动一点点,可不可以如何设置,让他每次滑动,只能固定的值。 anchor锚点设置不生效 LayaAir 库...
来源: Laya_社区 发布时间: 20180408
...存在,但没渲染出。 将list里的scrollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 3d显示对象克隆体超出舞台不再显示的bug2.1.0.btea1 在List渲染的时候,在滚动一个list的时候,如何实现另一个list也跟着滚动...
来源: Laya_社区 发布时间: 20171124
...ya2.0引入第三方库失败 将list里的scrollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 Laya2.0 WebGl模式,使用 drawToCanvas 报错 ImageData is not defined? 问题状态 最新活动: 2018-11-29 09:55 浏览: 1471 关注: 2 人 Laya_Aaron • ...
来源: Laya_社区 发布时间: 20181123
...st同时滚动一模一样。 将list里的scrollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 list单个中的单条的button怎么添加点击事件 2.0 beta4 ts 含demo 在纵向滑动 list 的 renderHandler中给item中的Label组件赋值 字体被释...
来源: Laya_社区 发布时间: 20170121