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

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

21. Bitmap引用计数的问题 [ 84%]

...in = "res/test.png"; image2.skin = "res/test.png"; 这里(image2.source as Texture).bitmap.useNum的值不应该是2才正常吗?这个位图数据被引用了两次 2017-04-21 0 1 分享 微博 QZONE 微信 cuixueying 赞同来自: 引用的useNum表示被多少个Texture引用了,上面的情...

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

22. laya如何才能展示3dUI [ 82%]

...Unity制作一个meshsprite3d,然后制作一个view,用view生成一个texture,然后将这个texture赋予meshsprite3d的材质 附件 : --> H5_Demo.zip 2019-04-28 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 5 个回...

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

23. laya.resource.Texture_API3.0 [ 82%]

...rotected All Inherited Externals Only exported Menu Globals "laya/resource/Texture" Texture Class Texture Texture 是一个纹理处理类。 Hierarchy Resource Texture Index Constructors constructor Properties _id _sizeGrid _stateNum destroyedImmediately lock name offsetX offsetY sourceHeight sourc...

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

24. Laya.loader.load加载位图字体 [ 81%]

...e if (type==="font"){//这里,启用webgl后,HTMLImage.create返回的是Texture2D,不是HTMLImage,data上没有_source这个属性 //导致重复加载图片,走不到else里面,if的判断是否应该改为 !this._data             if (!data._source){              ...

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

25. 请教文档中Graphic.drawTextures方法第二个参数的具体参数格式 [ 80%]

请教文档中Graphic.drawTextures方法第二个参数的具体参数格式 Graphic  drawTextures () method  public function drawTextures(tex:Texture, pos:Array):void批量绘制同样纹理。 Parameters tex:Texture — 纹理。   pos:Array — 绘制次数和坐标。   请教第二个...

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

26. laya.d3.resource.BaseTexture [ 80%]

...cumentationAll Packages | All Classes | Index | Frames No Frames BaseTextureProperties | Methods Packagelaya.d3.resourceClasspublic class BaseTextureInheritanceBaseTexture laya.resource.ResourceSubclasses DataTexture2D, RenderTexture, SolidColorTexture2D, SolidColorTextureCube, Texture2D, Te...

来源: laya_api 发布时间: 20170929

27. laya.ui.AutoBitmap_API3.0 [ 79%]

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

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

28. TextureCube. setSixSideImageSources () [ 79%]

TextureCube. setSixSideImageSources () setSixSideImageSources()method  public function setSixSideImageSources(source:Array, premultiplyAlpha:Boolean = false):void     通过六张图片源填充纹理。 source:Array 里面传入的是什么?图片的路径吗?我传入了6个贴图的路...

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

29. 微信小游戏IDE加载位图字体,提示错误 [ 79%]

...这个问题,laya.core.js,805行加上: __proto.parseFont=function(xml,texture){ if (xml==null || texture==null)return; this._texture=texture; var tX=0; var tScale=1; + if (typeof xml === "string") { + var parser = new DOMParser(); + xml = parser.parser.parserFromString(xml,'text/xml')...

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

30. Sprite.loadImage();问题 [ 78%]

...* 初始化 地图          */         public function initMap(texture:Texture, bgID:int):void{             if(this.oldBgID != bgID){                 oldBgID = bgID;                 if(oldTexture){                     oldTexture.destroy(tru...

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