大约有 270 项符合查询结果, 库内数据总量为 30,784 项。 (搜索耗时: 0.0074 秒)
...mac 用layaair2.0 ide 的编辑模式下,cpu爆满 将list里的scrollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 移植了一个游戏 代码重新 写的 问题状态 最新活动: 2018-01-22 11:38 浏览: 781 关注: 2 人
来源: Laya_社区 发布时间: 20180122
...内容的变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件...
来源: laya_api 发布时间: 20170929
LAYA粒子特效的参数如何设置 我想调例子特效的发射速度,boxEmitterVelocity属性要求一个Float32Array类型的数据,这怎么设置啊?如何设置播放速度? 还有,为什么我把例子放进游戏后,例子特效不会动,只有我把鼠标在粒子显示...
来源: Laya_社区 发布时间: 20170724
...alpha值会影响drawcall。Sprite anchorX : NumberX锚点,值为0-1,设置anchorX值最终通过pivotX值来改变节点轴心点。UIComponent anchorY : NumberY锚点,值为0-1,设置anchorY值最终通过pivotY值来改变节点轴心点。UIComponent autoSize : Boolean = false 指定...
来源: Laya2.0_api 发布时间: 20190513
...式实现,而使用继承页面基类,实现页面逻辑。在IDE里面设置场景的Runtime属性即可和场景进行关联 * 相比脚本方式,继承式页面类,可以直接使用页面定义的属性(通过IDE内var属性定义),比如this.tipLbll,this.scoreLbl,具有代码...
来源: Laya_社区 发布时间: 20181227
...onent asPassword : Boolean 本API已弃用。使用type="password"替代设置asPassword, asPassword将在下次重大更新时删去。 指定文本字段是否是密码文本字段。 如果此属性的值为 true,则文本字段被视为密码文本字段,并使用星号而不是实际字...
来源: laya_api 发布时间: 20170929
...r:HScrollBar; public function HScrollBar_Example() { Laya.init(640, 800);//设置游戏画布宽高。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load(["resource/ui/hscroll.png", "resource/ui/hscroll$bar.png", "resource/ui/hscroll$down.png", "resource/ui/hscroll$up.p...
来源: Laya3.0_api 发布时间: 20231115
...r:VScrollBar; public function VScrollBar_Example() { Laya.init(640, 800);//设置游戏画布宽高、渲染模式。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load(["resource/ui/vscroll.png", "resource/ui/vscroll$bar.png", "resource/ui/vscroll$down.png", "resource/...
来源: Laya3.0_api 发布时间: 20231115
...lpha值会影响drawcall。Sprite anchorX : NumberX锚点,值为0-1,设置anchorX值最终通过pivotX值来改变节点轴心点。View anchorY : NumberY锚点,值为0-1,设置anchorY值最终通过pivotY值来改变节点轴心点。View autoDestroyAtClosed : Boolean = false场景...
来源: Laya2.0_api 发布时间: 20190513
...17-12-11 16:56 浏览: 839 关注: 2 人 Monica • 2017-12-11 17:05 你有设置loadingView.loading(nPercent);的值么? 建议在刚进入app的时候显示公司的logo,然后在项目进度条页面加载完成的回调中设置loadingView.loading(100);(此时logo页面就会关闭,显...
来源: Laya_社区 发布时间: 20171211