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

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

391. 关于在List中数据修改后UI无法更新的问题 [ 63%]

...已经无效) 关于发布oppo、vivo快游戏,无法生成Rpk问题 graphics alpha 问题 [Laya2.0 3D] 2.0正式版上存在某些骨骼动画无法播放,U3D和1.7.*都没问题 关于逻辑贞更新间隔机制、时间和其他一些Timer相关的问题 3D模型无法修改scale? laya3D动...

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

392. 图集打包后使用Texture不显示,项目整个已经传上来了 [ 63%]

...xture = Laya.loader.getRes("start/sg.png"); var sp = new Laya.Sprite(); sp.graphics.drawTexture(texture,0,0); Laya.stage.addChild(sp); var ani: Laya.Animation = new Laya.Animation(); ani.loadAtlas("res/start.json"); // 加载图集动画 ani.interval = 30; // 设置播放间隔(单位:毫秒) ...

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

393. image.drawToCanvas方法获取的一直是空的png [ 63%]

...ar texture:Texture=new Texture(htmlCanvas); var sp:Sprite=new Sprite(); sp.graphics.drawTexture(texture,0,0,100,100); Laya.stage.addChild(sp); sp.x=200; } } } 2017-07-05 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 Funkyfun 相关问...

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

394. Sprite中的width,height和size(width,height)感觉没作用啊 [ 63%]

....create(this,function(texture:laya.resource.Texture){         sprite.graphics.clear();         sprite.graphics.drawTexture(texture,0,0,50,50);         sprite.autoSize = true; })); Laya.stage.addChild(sprite); 或者用Image: var image:laya.ui.Image = new laya.ui.Image("comp/bg.pn...

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

395. 有时候飘字的时候会在其他地方有一道黑条是什么原因? [ 63%]

....bold = true; this.addChild(_divElement); var ms:Sprite = new Sprite(); ms.graphics.drawRect(0,0,567,32,"#ffffff"); this.mask = ms;   2017-12-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 ainideqingliang 赞...

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

396. SVG渐变精灵的扩展脚本继承了多个精灵, 在safari环境下重叠了渲染 [ 63%]

...         _proto.setGradientText = function () {             this.graphics.clear();             let data = '';             data += 'data:image/svg+xml,' + '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" ';             da...

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

397. 点击拖动图片,当鼠标移出再移回舞台中时如何保持点击状态 [ 63%]

...() { Laya.init(500,500); Laya.stage.bgColor="#EEFFCC"; sp=new Sprite(); sp.graphics.drawRect(0,0,100,50,"#FF0000"); sp.size(100,50); // 设置轴心点为显示对象的中心,显示位置在可拖拽区域之内 sp.pivot(sp.width/2,sp.height/2); sp.pos(250,450); Laya.stage.addChild(sp); //为需...

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

398. 在安卓手机上drawToTexture不能正确返回纹理对象,是HTMLCanvas [ 63%]

...width, bounds.height, -bounds.x + view.x, -bounds.y + view.y); this._agent.graphics.drawTexture(this._agentTexture, (this._agent.width - bounds.width) * 0.5, (this._agent.height - bounds.height) * 0.5);   }   附件 : --> 2021-09-11 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找...

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

399. 精灵自动消失 [ 63%]

...纯的一个精灵或在box 组件在场景中为什么会消失 this.sp.graphics.drawRect(10, 166, 166, 90, "#ffff00"); 附件 : --> test.zip 2021-12-02 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Layabox商...

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

400. laya.ui.ColorPicker_API3.0 [ 62%]

...Component ColorPicker Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize changeHandler hitTestPrior mouseThrough name tag drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY bgColor blendMode borderColor bottom ...

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