大约有 101 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0059 秒)
...就提示无法打开代码编辑器 请配置 这个怎么解决? 关于zOrder层级问题 骨骼动画的两个渲染问题:gray 和 图片错乱 问题状态 最新活动: 2024-07-30 14:48 浏览: 6269 关注: 3 人 layaAir小孟 • 2024-07-23 11:18 好的,已复现,是我没加背景色...
来源: Laya_社区 发布时间: 20240722
...间轴动画里创建的多个动画,怎么分别调用?如图 关于zOrder层级问题 怎么实现同一个工程内分包? 关于同为object层,层级设置无效的问题 问题状态 最新活动: 2019-07-05 10:25 浏览: 1082 关注: 1 人
来源: Laya_社区 发布时间: 20190705
...0000FF", 1); //this.tMapPlayer.loadImage("unit/test.png"); this.tMapPlayer.zOrder = 1000; testLayer.addChild(this.tMapPlayer); }楼上您好,我照着你的代码写的,但是还是看不到我自己的sprite,请问是怎么回事呢? 我可以确定player层是在最上面层的 2017-11-19 ...
来源: Laya_社区 发布时间: 20170627
...秒) this.aniBirdSing.index = 0; // 当前播放索引 this.aniBirdSing.zOrder = 1; this.aniBirdSing.play(); this.aniBirdSing.pivot(0, 120); this.aniBirdSing.pos(94+0, 259+120); this.aniBirdSing.size(120, 120); console.log(this.aniBirdSing.width, this.aniBirdSing.height); this.aniBirdSing.mouseEna...
来源: Laya_社区 发布时间: 20171026
...A元素比B元素层级低,当我点击舞台的时候给A的层级通过zOrder设置比B元素高,但是效果无效呢 请问list如何判断已经拉到底部了 问题状态 最新活动: 2020-10-19 00:07 浏览: 1469 关注: 3 人 雨落丶尘埃 • 2018-06-26 20:42 怎么取消缓动属...
来源: Laya_社区 发布时间: 20171202
... updatePos(): void; /** 深度排序*/ sortZorder():void; clearAll(): void; destroy():void; } c2.在maplayer中增加_unitDics,单元对象管理,并添加相关方法,tiledmap类中开放接口调用maplayer的方法 /** 添加地...
来源: Laya_社区 发布时间: 20161109
...on_ani.width / 2, 0 ); this.addChild( this._demon_ani ); this._demon_ani.zOrder = 0; this._demon_ani.interval = 200; this._demon_ani.play( 0, true, "demon_fly" ); } this._demon_ani.pos( this.width / 2, y_sp ); // 设置靶心 if( ! this._target_ani ) { this._target_ani = new Laya.Animation()...
来源: Laya_社区 发布时间: 20180515
...bb underline underlineColor url valign viewport visible width wordWrap x y zOrder Methods _initialize _processActive _setHeight _setWidth addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater changeText clearTimer contains customRender destroy destroyChildren drawTo...
来源: Laya3.0_api 发布时间: 20231115
...bb underline underlineColor url valign viewport visible width wordWrap x y zOrder Methods _initialize _processActive _setHeight _setWidth addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater changeText clearTimer contains customRender destroy destroyChildren drawTo...
来源: Laya3.0_api 发布时间: 20231115
...mber表示显示对象相对于父容器的垂直方向坐标值。Sprite zOrder : Numberz排序,更改此值,则会按照值的大小对同一容器的所有对象重新排序。值越大,越靠上。默认为0,则根据添加顺序排序。SpritePublic Methods Hide Inherited Public Method...
来源: Laya2.0_api 发布时间: 20190513