大约有 259 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0034 秒)
ScrollRect设置会引起其他的UI资源无法正在显示 我用的版本是1.7.9package { import laya.display.Node; import laya.display.Sprite; import laya.maths.Rectangle; import laya.ui.Image; import laya.utils.Handler; import ui.TestViewUI; public class TestView extends TestViewUI { private ...
来源: Laya_社区 发布时间: 20171113
物理使用scrollrect错位问题 我在论坛里搜过类似的问题, 但是我这样设置了worldroot还是会错位, 哪里出问题了呢, 求解答 Laya.Physics.I.worldRoot = this.road; this.road.scrollRect = new Laya.Rectangle(0, 100, this.width, this.height); 2020-10-11 添加评论 免...
来源: Laya_社区 发布时间: 20201011
... tRec = _cacheStyle.cacheRect; if (sprite._style.scrollRect) { var scrollRect = sprite._style.scrollRect; tRec.x -= scrollRect.x; tRec.y -= scrollRect.y; } CacheStyle...
来源: Laya_社区 发布时间: 20210615
...ties alpha blendMode dragging hitArea pivotX pivotY rotation scaleX scaleY scrollRect skewX skewY viewport EMPTY Methods recover reset create Constructors constructor new SpriteStyle(): SpriteStyle Defined in laya/display/css/SpriteStyle.ts:38 Returns SpriteStyle Properties alpha alpha: number Defin...
来源: Laya3.0_api 发布时间: 20231115
...h = width; content.height = height; content._style.scrollRect || (content.scrollRect = Rectangle.create()); content._style.scrollRect.setTo(rectX, rectY, width, height); content.scrollRect = content.scrollRect; } 附件 : --> Bug文本.zip 2021-1...
来源: Laya_社区 发布时间: 20211108
...情况。 如果只是为了实现区域裁剪的功能,使用组件的scrollRect属性去设置可现实区域即可。 var rect = sprite.scrollRect || new Rectangle(); rect.setTo(0, 0, 1000, 600); sprite.scrollRect = rect; 2019-03-01 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回...
来源: Laya_社区 发布时间: 20190301
...这时的人物可以移动,但是视图不会滚动。移动视图通过scrollRect,或者使用基于区块的组合地图。你直接移动stage的做法不可取,就算要移动,也不要直接移动stage,就算移动的是其他容器,也请用 container.x,而不是 container._x。...
来源: Laya_社区 发布时间: 20170719
...rr,_path); SetPathArr(arr2,_path2); //注释下面这行就正常了 _path.scrollRect = new Rectangle(0,0,(len-3)*PATH_LEN-30,58); _path2.scrollRect = new Rectangle(0,0,(len-3)*PATH_LEN-30,58); //_path.viewPort = new Rectangle(0,0,(len-3)*PATH_LEN-30,58); btn_start.clickHandler = new Handler(this,St...
来源: Laya_社区 发布时间: 20171129
...APP后跑地图时摄像机不跟随了,项目摄像机跟随原理是用scrollRect来实现的,经输出日志发现坐标是在改变的 如下: 2019-03-12 14:44:46.578 21974-22063/com.diablo.game I/LayaBox: ===_cameraView===430.430809642804,0 2019-03-12 14:44:46.611 21974-22063/com.diablo...
来源: Laya_社区 发布时间: 20190312
...34562017 赞同来自: 还有就是那个html增加滚动效果的函数是scrollRect么 Rectangle 这个值要如何去设置,是说设置其kon控制的宽和高,以及x坐标,y坐标这样么 2017-09-05 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题...
来源: Laya_社区 发布时间: 20170905