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

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

631. laya.ui.TipManager_API3.0 [ 40%]

...rs constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name tag drawtocanvCtx offsetX offsetY tipBackColor tipDelay tipTextColor Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY blendMode bottom cacheAs centerX cente...

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

632. 在微信小游戏中,主域中显示开发域的list为什么显示不全? [ 40%]

...;         //private text: Laya.Label; constructor(){ super(); this.size(Item.WID, Item.HEI); this.img = new Laya.Image();             //this.text = new Laya.Label(); this.addChild(this.img);             //this.addChild(this.text); } public setImg(src: string): void { ...

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

633. LayaAirIDE 2.0 laya.wxmini.js 第3行报错! 创建3D项目(TypeScript),导出微信小游戏,选择了JS混淆,崩溃在 laya.wxmini.js 第3行,错误如下 [ 39%]

... set to " + Laya.stage.scaleMode);         console.log("Laya.stage size = " + Laya.stage.width + " x " + Laya.stage.height             + ", design = " + Laya.stage.designWidth + " x " + Laya.stage.designHeight);   但不知道这个bug规律在什么地方 莫名其妙去掉一...

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

634. Laya.MiniAdpter.downLoadFile缓存的文件无法读取的问题 [ 39%]

...le 的函数原型:function(readyUrl,md5Name,isAdd,encoding,callBack,fileSize) */ MiniFileMgr.onSaveFile(readyUrl,tempFileName,true,encoding,callBack,data.size); }, fail:function (data) { callBack !=null && callBack.runWith([1,data]); } } );同时在MiniLoader.load中,又将url当作文...

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

635. laya.resource.NativeContext_API3.0 [ 39%]

...awRect drawTarget drawTargetBlurFilter drawText drawTexture drawTextureWithSizeGrid drawTextureWithTransform drawTriangles fillBorderText fillBorderWords fillRect fillText fillWords fillWords11 filltext11 flush getAlignLength popRT pushRT restore restoreTransform save saveTransform scale setColorFil...

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

636. laya2.0用FlashDevelop调用编译,总是打开bin\h5\index.html [ 39%]

...laya_project/test_01//bin/js/bundle.js Build success. Done(0) 怎么回事 sizee • 2019-08-19 14:18 我也遇到 quick Compile 有没有什么解决办法

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

637. ENOENT: no such file or directory, open 'D:\layaidehello eleasewxgameLayaSample.js.map [ 39%]

... file not found 微信游戏多次加载出现:copyFile:fail the maximum size of the file storage limit is exceeded 问题状态 最新活动: 2018-07-15 19:21 浏览: 1538 关注: 5 人 海货 • 2018-07-15 16:58 你意思是环境问题? 海货 • 2018-07-15 17:01 我的环境是上午刚搭...

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

638. 显示与切换图片(ActionScript-LayaAir基础篇(AS3)-位图) [ 39%]

...//绘制纹理 img.graphics.drawTexture(texture); //设置纹理宽高 img.size(texture.width, texture.height); } } } ``` 代码运行效果如图7-2所示。 ![动图7-2](img/7-2.gif) (动图7-2)

来源: Laya2.0_文档 发布时间: 20210715

639. 如何实现3d遮罩效果? [ 38%]

...tn.label = "切换RenderTexture"; btn.labelBold = true; btn.labelSize = 20; btn.sizeGrid = "4,4,4,4"; btn.size(200, 30); btn.scale(Browser.pixelRatio, Browser.pixelRatio); btn.pos(Laya.stage.width / 2 - btn.width * Browser.pixelRatio / 2, Laya.stage.height - 50 * Browser.pixelRat...

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

640. List属性详解(JavaScript-IDE篇(JS)-IDE组件属性详解) [ 38%]

...; var WID = 373, HEI = 85; function Item() { Item.__super.call(this); this.size(WID, HEI); this.img = new Image(); this.addChild(this.img); this.setImg = function(src) { this.img.skin = src; } } Laya.class(Item, "Item", Box); // 主要逻辑代码 var Stage = Laya.Stage; var List = Laya.List; var Ha...

来源: Laya2.0_文档 发布时间: 20210714