大约有 285 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0051 秒)
Laya_社区(104) Laya3.0_api(61) Laya2.0_api(57) laya_api(53) Laya2.0_文档(4) Laya3.0_文档(4) Laya2.0_示例(1) Laya_示例(1)
...edata 无法直接获取, 需要通过 drawToCanvas 然后再 new 一个texture 然后 texture.getPixels() 这 每次都要重新这样获取像素? 2. 在webgl 的情况下,上面的那个方法无效 3. 获取到了像素,但是putimagedata 又不生效 由于官方提供的 texture.getP...
来源: Laya_社区 发布时间: 20171201
...(type !== "nativeimage") { image = new Texture2D(); var alpha = Laya.Browser.onFirefox; image.loadImageSource(imageData,alpha); } _t...
来源: Laya_社区 发布时间: 20210629
...ation scaleX scaleY scene scene3D scrollRect skewX skewY stage staticCache texture timer top transform url viewport visible width x y zOrder manager root Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer close contai...
来源: Laya3.0_api 发布时间: 20231115
...r = "role/herohead"+Hero.getHeadID()+".png"; m_herohead = new Image(); var texture = Laya.loader.getRes(heroidstr); m_herohead.graphics.drawTexture(texture); m_herohead.anchorX = 0.5; m_herohead.anchorY = 1; m_herohead.pos(m_heroPosX,m_heroPosY); m_mapbg.addChild(m_herohead); 我在代码里...
来源: Laya_社区 发布时间: 20171109
RenderTexture: unkonw depth format 版本: Laya 2.0 问题:只要使用遮罩滤镜就会出现 RenderTexture: unkonw depth format,如果遮罩较多,直接崩溃。 2019-05-25 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链...
来源: Laya_社区 发布时间: 20190525
...资源加载完成后,会自动缓存至资源库中。 Image source : Texture 对象的纹理资源。 Image stage : Stage[read-only] 对舞台 stage 的引用。Sprite staticCache : Boolean设置cacheAs为非空时此值才有效,staticCache=true时,子对象变化时不会自动更新缓...
来源: Laya2.0_api 发布时间: 20190513
...浏览器无任何显示。 let mat = new Laya.UnlitMaterial(); mat.albedoTexture = videoNode.videoTexture; this.owner.xxx.getChildByName('Scene3D').getChildByName('Plane').getComponent(Laya.MeshRenderer).sharedMaterial = mat; // 上面代码在3D场景中播放则无任何问题,包括微信浏...
来源: Laya_社区 发布时间: 20230825
...改变图片大小? 求问shader中的attribute变量怎么动态修改 Texture图片能否进行翻转? 配置layaAir需要注意的 路径是对的,但老是,调试控制台提示:错误,图片是IDE自带的,也不显示 图片添加点击事件 有的不生效 LayaNative ios上js...
来源: Laya_社区 发布时间: 20180420
...Mode='lighter' 图片异常 matter中layasprite怎么改变图片大小? Texture图片能否进行翻转? 如何获取图片每个像素点的RGB? 图片不能按轴心旋转 合并小图片 为什么有的图片打包,有的图片不打包? 如图 微信小游戏上线了,但凑不够需...
来源: Laya_社区 发布时间: 20180111
...上socket Laya2.6.0beta 物理引擎 刚体碰撞点位置获取不正确 Texture图片能否进行翻转? laya怎么跨域加载图片 tree mouseHandler 怎么获取条目 我用list.array=Array;数据全部插进去数组里了,但是list中没有完全展示数组数据,只展示了其中...
来源: Laya_社区 发布时间: 20170808