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

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

31. laya.display.Graphics [ 69%]

...h:Number = 1):DrawCurvesCmd 绘制一系列曲线。 Graphics  drawImage(texture:Texture, x:Number = 0, y:Number = 0, width:Number = 0, height:Number = 0):DrawImageCmd 绘制单独图片 Graphics  drawLine(fromX:Number, fromY:Number, toX:Number, toY:Number, lineColor:String, lineWidth:Number = 1...

来源: Laya2.0_api 发布时间: 20190513

32. IOS Native工程,apploader.js报错 [ 69%]

... ConchGraphics.prototype.setSkinMesh = function (ib, vb, eleNum, iStart, texture, mat) { var img = texture.source; var _ = conch.bf; if (ib.conch_id === undefined || !ib._upload) { ib.conch_id = CanvasRenderingContext2D.ID++; ib.conchRef = new ArrayBufferRef(); ib.conchRef.id = ib.conch_id; _.needsz...

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

33. 微信小游戏 sharedCanvas 创建的Texture,能否再调用Texture.createFromTexture创建新纹理 [ 68%]

LayaAir引擎 微信小游戏 sharedCanvas 创建的Texture,能否再调用Texture.createFromTexture创建新纹理 微信小游戏,sharedCanvas需要切分成很多块,在页面不同地方显示     下面这段代码使用    createFromTexture, 但是不能工作 针对sharedCanva...

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

34. Unity资源导出插件 · LayaAir3.0文档 · LAYABOX [ 68%]

...材质类型。 分类 材质 Build in 管线 Standard 材质 Ulit Color/Texture/Cut Out/ Transparent 材质 URP 管线 URP Lit材质 URP Ulit材质 天空盒 Procedural 程序化天空盒 6 Sideed Panoramic 全景图 旧版着色器(只做兼容考虑, 不建议) Diffuse Fast Diffuse Diffuse De...

来源: Laya3.0_文档 发布时间: 20241109

35. laya.display.Graphics_API3.0 [ 68%]

...llipse drawImage drawLine drawLines drawPath drawPie drawPoly drawRect drawTexture drawTextures drawTriangles fillBorderText fillText fillTexture getBounds loadImage removeCmd restore rotate save scale strokeText transform translate Constructors constructor new Graphics(): Graphics Defined in laya/d...

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

36. 摄像机渲染到2D纹理纹理问题 [ 67%]

...问题 示例:3D-摄像机-渲染到2DSprite 中, var rtex = new Laya.Texture(renderTargetCamera.renderTarget, Laya.Texture.DEF_UV); renderTargetCamera.renderTarget的类型是RenderTexture在这里无法创建Texture对象, 请问是后续的版本去掉了,还是有所修改,望指导。...

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

37. 关于Texture.getTexturePixels()函数BUG的修复代码 [ 67%]

关于Texture.getTexturePixels()函数BUG的修复代码 将变量uk的值改为1.0/texw 将变量uv的值改为1.0/texh 即可完美解决现在取像素值错误的问题。 uvh,uvw两个变量不需要了,可以删除   附件 : --> 2019-11-08 添加评论 免费帖 --> 分享 微博 QZONE ...

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

38. native 获取Texture上的某个区域的像素点 getPixels中有报错 [ 66%]

native 获取Texture上的某个区域的像素点 getPixels中有报错 代码如下:           let tex: Laya.Texture = new Laya.Texture();         tex.load("res/img/108879.png",Laya.Handler.create(this,function(): void{             tex.getPixels(0,0,1,1);      ...

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

39. 2.0 怎么样才能将htmlcanvas 的东西 显示在texture上? [ 66%]

2.0 怎么样才能将htmlcanvas 的东西 显示在texture上? 原本像实现将场景的东西绘制到一个sprite上,参考以前的截屏代码是可以的。 然后1.x 上我实现了,但是2.0 最新版 接口变了, Texture 的drawto public function setTo(bitmap:Texture2D = null, u...

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

40. laya.ani.GraphicsAni_API3.0 [ 66%]

...llipse drawImage drawLine drawLines drawPath drawPie drawPoly drawRect drawTexture drawTextures drawTriangles fillBorderText fillText fillTexture getBounds loadImage removeCmd restore rotate save scale strokeText transform translate create recycle Constructors constructor new GraphicsAni(): Graphics...

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