• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 395 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0071 秒)

351. laya.ui.VScrollBar_API3.0 [ 52%]

...本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 bottomMoveLimit bottomMoveLimit: number = 0 Inherited from ScrollBar.bottomMoveLimit Defined in laya/ui/ScrollBar.ts:64 底部移动限制(达到限制后,会抛出dragTopLimit事件,配合stopMo...

来源: Laya3.0_api 发布时间: 20231115

352. laya.ui.Button_API3.0 [ 52%]

...本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 hitTestPrior hitTestPrior: boolean = false Implementation of ISelect.hitTestPrior Inherited from Text.hitTestPrior Defined in laya/display/Sprite.ts:273 指定鼠标事件检测是优先检测自身,...

来源: Laya3.0_api 发布时间: 20231115

353. laya.ui.CheckBox_API3.0 [ 52%]

...本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 hitTestPrior hitTestPrior: boolean = false Implementation of ISelect.hitTestPrior Inherited from Text.hitTestPrior Defined in laya/display/Sprite.ts:273 指定鼠标事件检测是优先检测自身,...

来源: Laya3.0_api 发布时间: 20231115

354. laya.ui.Radio_API3.0 [ 52%]

...本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 hitTestPrior hitTestPrior: boolean = false Implementation of ISelect.hitTestPrior Inherited from Text.hitTestPrior Defined in laya/display/Sprite.ts:273 指定鼠标事件检测是优先检测自身,...

来源: Laya3.0_api 发布时间: 20231115

355. 为什么1.7.10之后的IDE,创建的as的3d示例项目,运行黑屏? [ 52%]

... 2018-06-22 16:21 @SmokyEyes:Vector3 的那些再加回去,不然影响性能, 只删Utils3d的就行

来源: Laya_社区 发布时间: 20180622

356. 发布h5项目,在浏览器上初始加载资源过多导致卡顿怎么优化 [ 51%]

...p3出现The AudioContext was not allowed to start. 大量sprite如何优化性能 模型资源释放问题 2.2-2.3版本 ani动画,序列帧动画最后一帧和第一帧衔接出现卡顿 小游戏项目 加载有中文的json文件 报错 分享:LayaAir下如何获取图集下的小图资源...

来源: Laya_社区 发布时间: 20180330

357. laya.ui.TextInput_API3.0 [ 51%]

...本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 hitTestPrior hitTestPrior: boolean = false Inherited from Text.hitTestPrior Defined in laya/display/Sprite.ts:273 指定鼠标事件检测是优先检测自身,还是优先检测其子对象。鼠标...

来源: Laya3.0_api 发布时间: 20231115

358. laya.ui.TextArea_API3.0 [ 51%]

...本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 hitTestPrior hitTestPrior: boolean = false Inherited from Text.hitTestPrior Defined in laya/display/Sprite.ts:273 指定鼠标事件检测是优先检测自身,还是优先检测其子对象。鼠标...

来源: Laya3.0_api 发布时间: 20231115

359. [LayaAir3]3.3.2与设置组件灰显相关的 Bug 和 Crash [ 51%]

...个我们不会在每一帧去调用重绘,否则会导致所有动画的性能消耗,需要开发者自行在脚本里调用重绘API。 示例代码如下:const { regClass } = Laya; interface AnimatorPlayScriptInfo { animator: Laya.Animator2D; layerindex: number; playState: Laya.AnimatorStat...

来源: Laya_社区 发布时间: 20251010

360. 编译太慢了,我想到一种优化编译时间的方式,请官方给出评价 [ 51%]

...: 新版本支持了编译缓存,不变化的文件,不进行编译,性能提高不少 编译开关:;quickcompile=true; 2018-01-23 0 0 分享 微博 QZONE 微信 cuixueying 赞同来自: 你的建议非常好,生成一个空的类,会提升编译速度,我们会认真考虑这个可行...

来源: Laya_社区 发布时间: 20170321