大约有 3,617 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0112 秒)
Laya_社区(2682) Laya3.0_api(265) Laya2.0_文档(227) Laya2.0_api(113) Laya3.0_文档(104) laya_api(98) Laya_示例(83) Laya2.0_示例(45)
...uper(); this.init(); } public init():void{ if(!Ball.cached){ Ball.cached = true; this.body = new Laya.Sprite(); this.body.loadImage("war/ball.png"); this.body.pivot(12,12); } this.addChild(this.body); Laya.timer.frameLoop(1,this,this.animate); } private animate(e):void{ this.body.rotation += 10; } }...
来源: Laya_社区 发布时间: 20171108
...rty({type: String, displayName: "字体名称", default: "宋体",isAsset: true, inspector: "Font"}) 您好,这个装饰器可以实现您需要的效果 2025-09-16 0 1 分享 微博 QZONE 微信 LayaAir大为 赞同来自: 您可以设置一下启动脚本,在启动脚本中加载字体资源...
来源: Laya_社区 发布时间: 20250910
...ollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 【BUG备忘录】关于Tween动画无法正常作用问题-解决办法 List滑动条会引起单元格上的按钮点击后多次触发点击事件 在List渲染的时候,在滚动一个list的时候,...
来源: Laya_社区 发布时间: 20170920
...ollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 关于apk打包动画卡的问题 为什么ani动画执行的不是按中心点执行的 问题状态 最新活动: 2022-06-08 17:40 浏览: 4159 关注: 3 人 158*****197 • 2022-06-06 16:43 你好,代...
来源: Laya_社区 发布时间: 20220606
...默认 "DEBUG" debugValue(调试值):调试模式下的值,默认 "true" releaseValue(发布值):发布模式下的值,默认 "false" 1.2 外部包(external) external 用于声明项目依赖的外部模块或 SDK,这些模块在编译和发布时 不会被打包进最终产物...
来源: Laya3.0_文档 发布时间: 20260128
...new Laya.Text(); Laya.stage.addChild(txt); txt.width = 250; txt.wordWrap = true; txt.text = "Do one thing at a time, and do well."; txt.font = font; // 文本的字体名称,以字符串形式表示 txt.leading = 5; // 垂直行间距 txt.pos(Laya.stage.width - txt.width >> 1, Laya.stage.hei...
来源: Laya_社区 发布时间: 20190225
...0); printf("收到的字符串是:%s\n", buffData); while (true) { memset(buffData, '\0', sizeof(buffData)); recv(sClient, buffData, buffLen, 0); printf("收到的字符串是:%s\n", finalStr); char * sendData = "hel...
来源: Laya_社区 发布时间: 20170602
...TML(my_input.text+"<br/>"); } else { my_html.appendHTML(str); isSend=true; } // 判断是否已经发送了input的文本,如果发送了,将input的text清null,方便下次输入 if(isSend) { my_input.text=""; } // 根据my_html追加的文本,动态修改my_html组件的高度,并...
来源: Laya_社区 发布时间: 20170107
...获取可碰撞的碰撞组。 PhysicsComponent canScaleShape : Boolean = true 是否可以缩放Shape。 PhysicsComponent ccdMotionThreshold : Number 取用于连续碰撞检测(CCD)的速度阈值,当物体移动速度小于该值时不进行CCD检测,防止快速移动物体(例如:子弹)错...
来源: Laya2.0_api 发布时间: 20190513
...ollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 [Laya2.0 3D] 2.0正式版上存在某些骨骼动画无法播放,U3D和1.7.*都没问题 laya3D动画无法播放 问题状态 最新活动: 2020-05-05 17:35 浏览: 1866 关注: 1 人
来源: Laya_社区 发布时间: 20200505