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

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

251. spine动画放大后,遮罩显示不正常 [ 62%]

...parent.addChild(mArmature);         mArmature.pos(parent.x+parent.width/2, parent.y+parent.height/2);         mArmature.scale(3, 3);         mArmature.on(Laya.Event.STOPPED, this, this.completeHandler);         mArmature.play(1, true);     }      completeHand...

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

252. [LayaAir3]Laya3.0 中设置舞台背景透明无效 [ 62%]

...;         this.iframe.style.right = "0";         this.iframe.style.width = "100%";         this.iframe.style.height = "100%"         this.iframe.style.border = "none";         this.iframe.style.zIndex=-1     }   那我有一个需求,想将document 元素 层级设置-1...

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

253. tween对Text的缩放,何会抖动呢? [ 62%]

...lor = "#ff0000";     txt.fontSize = 30;     txt.pos(Laya.stage.width >> 1, Laya.stage.height >> 1);     Laya.stage.addChild(txt);          Laya.Tween.to(txt, { scaleX: 2, scaleY: 2 }, 5000);   5秒钟把文本放大2倍,感觉是 fontSize在不平...

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

254. laya.ui.FrameClip [ 62%]

...,默认true。如果设置不可见,节点将不被渲染。Sprite width : Number 表示显示对象的宽度,以像素单位。 宽度默认0,可以手动设置,或者通过getbounds获取实际宽度。设置此宽度只用来做鼠标碰撞使用,改变后并不影响显示...

来源: laya_api 发布时间: 20170422

255. laya.display.Input [ 62%]

...mouseThrough属性。 影响对象鼠标事件响应区域的属性width、height、hitArea,优先级顺序:hitArea(type:HitArea)>hitArea(type:Rectangle)>width/height。 Sprite mouseX : Number[read-only] 返回鼠标在此对象坐标系上的 X 轴坐标信息。 Sprite mouseY ...

来源: laya_api 发布时间: 20170929

256. laya.d3.core.MeshTerrainSprite3D [ 62%]

...变换。 Sprite3D url : String 获取资源的URL地址。 Sprite3D  width : Number[read-only] 获取地形X轴长度。 MeshTerrainSprite3DPublic Methods Hide Inherited Public Methods Show Inherited Public Methods MethodDefined By  MeshTerrainSprite3D(mesh:Mesh, heightMap:HeightMap, name:Str...

来源: laya_api 发布时间: 20170929

257. laya.display.AnimationPlayerBase [ 61%]

...mouseThrough属性。 影响对象鼠标事件响应区域的属性width、height、hitArea,优先级顺序:hitArea(type:HitArea)>hitArea(type:Rectangle)>width/height。 Sprite mouseX : Number[read-only] 返回鼠标在此对象坐标系上的 X 轴坐标信息。 Sprite mouseY ...

来源: laya_api 发布时间: 20170929

258. laya.ui.Dialog [ 61%]

...read-only] 对象的显示高度(以像素单位)。 Sprite displayWidth : Number[read-only] 对象的显示宽度(以像素单位)。 Sprite  dragArea : String 用来指定对话框的拖拽区域。默认值"0,0,0,0"。 格式:构成一个矩形所需的 x,y,width,heith 值...

来源: Laya2.0_api 发布时间: 20190513

259. drawTextures BUG [ 61%]

...his._inner_drawTexture(tex, bmpid, pos[ipos++] + tx, pos[ipos++] + ty, tex.width, tex.height, null, null, 1.0, false);   附件 : --> 2022-06-22 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_z 赞同来自:...

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

260. laya.ui.MoreGame [ 61%]

...read-only] 对象的显示高度(以像素单位)。 Sprite displayWidth : Number[read-only] 对象的显示宽度(以像素单位)。 Sprite drawCallOptimize : BooleanSprite filters : Array滤镜集合。可以设置多个滤镜组合。Sprite globalRotation : Number[read-only] ...

来源: Laya2.0_api 发布时间: 20190513