大约有 3,617 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0119 秒)
Laya_社区(2682) Laya3.0_api(265) Laya2.0_文档(227) Laya2.0_api(113) Laya3.0_文档(104) laya_api(98) Laya_示例(83) Laya2.0_示例(45)
... stage 以外的鼠标事件检测。MouseManager enabled : Boolean = true[static] 是否开启鼠标检测,默认为trueMouseManager _event : EventMouseManager mouseDownTime : Number = 0 鼠标按下的时间。单位为毫秒。MouseManager mouseMoveAccuracy : Number = 2 鼠标移动...
来源: laya_api 发布时间: 20170929
...变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容...
来源: laya_api 发布时间: 20170929
...arams: { premultiplyAlpha: true, // 不预乘alpha filterMode: Laya.FilterMode.Bilinear, // 使用双线性过滤 wrapModeU: Laya.WrapMode.Repeat, //...
来源: Laya_社区 发布时间: 20250819
...变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite cacheAs : String 指定显示对象是否缓...
来源: laya_api 发布时间: 20170929
...变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite bgColor : String 文本背景颜色,以字符串表示。 Label blendMode : String指定要使用的混合模式。目前只...
来源: Laya2.0_api 发布时间: 20190513
...变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容...
来源: laya_api 发布时间: 20170929
...Share,{scaleX:1.0, scaleY:1.0},400,Laya.Tween.cubicOut,0); timeLine.play(0,true); 然后循环创建依次执行ui的延迟动画 Laya.Tween.to(point,{x:point.x,y:point.y,alpha:1,update:Laya.Handler.create(point,function(){ this.visible = true; })},800,Laya.Ease.backOut,null,i*400); timeline在一...
来源: Laya_社区 发布时间: 20180118
textArea滚动条异常问题 textArea在设置为可编辑(editable = true)、自动换行的情况下,即使输入足够多换行,也是无法显示滚动条皮肤,皮肤路径没有问题。 而且测试过,在项目中运行中(在输入足够多字数后)动态修改textArea的...
来源: Laya_社区 发布时间: 20170812
...royResourceImmediatelyDefault destroyResourceImmediatelyDefault: boolean = true Defined in Config.ts:80 Static fixedFrames fixedFrames: boolean = true Defined in Config.ts:78 tempConfig Fixed number of frames Static isAlpha isAlpha: boolean = false Defined in Config.ts:46 设置画布是否透明,...
来源: Laya3.0_api 发布时间: 20231115
...getBounds函数获取;也可手动设置宽高;还可以设置autoSize=true,然后再获取宽高。Sprite的宽高一般用于进行碰撞检测和排版,并不影响显示图像大小,如果需要更改显示图像大小,请使用 scaleX , scaleY , scale。 Sprite 默认不接受...
来源: laya_api 发布时间: 20170929