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

大约有 1,434 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0066 秒)

381. laya.particle.Particle2D_API3.0 [ 71%]

..." Particle2D Class Particle2D Particle2D 类是2D粒子播放类 Hierarchy Sprite Particle2D Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoPlay autoSize hitTestPrior mouseThrough name tag drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHie...

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

382. 添加或修改物理ChainCollider属性points时,报错 [ 71%]

....ChainCollider=new Laya.ChainCollider(); chains.points="25,25,50,50"; this.sprite.addComponent(chains); 情况2:修改已有ChainCollider属性points时报错 在sprite下手动添加组建ChainCollider,使用代码更改属性points,则报错 var chains=this.sprite.getComponent(Laya.ChainColl...

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

383. 程序中如何在某个骨骼bone添加一个sprite? [ 71%]

程序中如何在某个骨骼bone添加一个sprite? 2018-01-24 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 qian 赞同来自: 你用骨骼挂点试一下 2018-01-24 0 0 分享 微博 QZONE 微信 186*****260...

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

384. Laya3d下sprite 显示问题 [ 71%]

Laya3d下sprite 显示问题 相机中的rendertarget转换到图片中显示不了 texture = camera.renderTarget as Texture; var sp:Sprite = new Sprite(); sp.x = 800; sp.graphics.drawTexture(texture,0,0,100,100); Laya.stage.addChild(sp); 2017-05-10 添加评论 免费帖 --> 分享 微博 QZONE ...

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

385. 代码和ide编辑器添加遮罩浏览器警告 [ 71%]

...遮罩浏览器警告 请问下这段代码有什么问题? let s: Laya.Sprite = new Laya.Sprite(); s.graphics.drawRect(10, 10, 580, 470, "#000000"); s.pos(0,0); console.log("=mask container=>>", s.width, s.height)//打印出是0,0 this.scrollContainer.mask = s;//scrollContainer是一个有...

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

386. animation添加帧标签无效 [ 71%]

...调试报错:LayaPlayer不支持的标签</SCRIPT> lh文件内meshSprite添加阴影属性无效 LayaAir3D UnityPlug 1.7.13 导出刚体动画无效 3d项目-unity添加物理组件 layanative2 打包android平台 报错 btCollisionObject undefined 为什么给Sprite容器添加点击事件...

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

387. 能够通过tilemap的格子坐标来获取这个格子对应的sprite[ 71%]

能够通过tilemap的格子坐标来获取这个格子对应的sprite呢 想获取到这个sp 然后visible为false 不知道怎么获取,求解 2018-10-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_A...

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

388. laya.map.MapLayer_API3.0 [ 71%]

...,植被层,建筑层等) 本类就是层级类 author ... Hierarchy Sprite MapLayer Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior layerName mouseThrough name tag tarLayer drawtocanvCtx Accessors _isHeightSet _isWidthSet active acti...

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

389. Sprite loadImage 的时候出现多张图片同时显示 [ 71%]

Sprite loadImage 的时候出现多张图片同时显示 this.img.graphics.clear(); var imgUrl = (this.flag = !this.flag)? this.imgUrl1 :this.imgUrl2; this.img.loadImage(imgUrl,100,50); 简单的点击sprite切换图片,结果会出现两张图片同时显示的情况 附件 : --> 2018-04-04 添...

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

390. 循环添加一组按钮事件无法正常使用 [ 71%]

...checkLoc[eggLoc[i][0]][eggLoc[i][1]]= 1;                 var b:Sprite = new Sprite();                 //var c = this.getChildByName("eggHole"+[eggLoc[i][0]+eggLoc[i][1]);                 b.graphics.drawTexture(Laya.loader.getRes(Res),tx-45,ty-45);          ...

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