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

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

331. 关于多点触控e.touches问题 [ 67%]

...问题 有元件支援视频流渲染吗? Image元件读不了资料流 graphics alpha 问题 关于shader中opengl函数问题 问题状态 最新活动: 2017-12-05 20:30 浏览: 2639 关注: 2 人

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

332. 关于HttpRequest报错问题 [ 67%]

...错 window is not defined TypeScript下HttpRequest发送Post请求有Bug? graphics alpha 问题 关于逻辑贞更新间隔机制、时间和其他一些Timer相关的问题 (此问题已经无效) 启动引擎报错 mPlugin.game_plugin_init(3); 官网示例摇一摇报错,就解决方案 导...

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

333. 问题10600的复现方式 [ 67%]

...n图集加载问题 LayaAir2.61 测试版 物理引擎bug 百分百 复现 graphics alpha 问题 (此问题已经无效) 问题状态 最新活动: 2018-01-12 11:46 浏览: 475 关注: 2 人 shiyang • 2018-01-12 12:12 我这边打印了啊,我用的最新的版本

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

334. laya.ui.CheckBox_API3.0 [ 67%]

...ckBox Implements ISelect Index Constructors constructor Properties _extra _graphics _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name tag toggle drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY blendMode bottom cacheAs center...

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

335. app 的预加载问题 [ 67%]

...呢? 2.2.0beta4 发布微信小游戏,安卓设备加载场景黑屏 graphics alpha 问题 关于逻辑贞更新间隔机制、时间和其他一些Timer相关的问题 unity到导出场景加载时抛异常,不知所措 小游戏项目 加载有中文的json文件 报错 问题状态 最新...

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

336. hBox使用问题 [ 67%]

...th/4) },1500,Ease.sineOut); var bl:Number=texture.width/texture.height ape.graphics.drawTexture(texture,0,0,stageWidth/4,stageWidth/4/bl); apesCtn.addChild(ape); } } 这种方法HBox布局不管用,是不是不能用graphics.drawTexture方法,如果用addChild方法加载Loader.getRes(picAy[i])...

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

337. [求助]无法使用loader预先加载 [ 67%]

...           Laya.stage.addChild(title);             title.graphics.drawTexture(Laya.loader.getRes("res/mainpage/title.png"));             var titleT:Texture = Laya.loader.getRes("res/mainpage/title.png");             if(titleT==null){             ...

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

338. 菜鸟求教:laya 按钮问题 [ 67%]

...上线了吗? 关于Laya实现Matter.js官方案例凹多边形的问题 graphics alpha 问题 (此问题已经无效) Laya native1.0.7, 引擎1.7.14beta,多行文本不换行 关于shader中opengl函数问题 Laya 鼠标Cursor怪异问题,有demo 求教: soundManager如何停止正在...

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

339. laya.ui.Dialog_API3.0 [ 67%]

...Hierarchy View Dialog Index Constructors constructor Properties _extra _ownGraphics _scene _scene3D _skinBaseUrl _url autoDestroyAtClosed autoSize closeEffect closeHandler closeType group hitTestPrior isModal isPopupCenter isShowEffect mouseThrough name popupEffect tag CANCEL CLOSE NO OK SURE YES dr...

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

340. getimagedata直接调用无法获取有效像素问题 [ 67%]

...ey2.png");             var ape = new Sprite();             ape.graphics.drawTexture(t, 0, 0);             Laya.stage.addChild(ape);             ape.pos(200, 0);             x = t.getPixels(0,0,400,400)             console.log(x)             for (let i of x) ...

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