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

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

71. laya.d3.core.render.PostProcessRenderContext [ 78%]

...tination : RenderTexture = null 输出纹理。PostProcessRenderContext  source : RenderTexture = null 源纹理。PostProcessRenderContext  tempRenderTextures : Vector.<RenderTexture> 临时纹理数组。PostProcessRenderContextProperty Detailcamerapropertypublic var camera:Camera = null...

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

72. setSubPixels画布擦除不掉 [ 77%]

...useEnabled = false; this.aImg = aImg; } //清除目标纹理的像素 let _sourceTex:Laya.Texture = Laya.Loader.getRes(this.aUrl); let ret = new Uint8Array(_sourceTex.width * _sourceTex.height * 4); let tex2d:Laya.Texture2D = this.aImg.source["_bitmap"]; tex2d.setPixels(ret);//填充像素数据 //...

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

73. Laya2.0编译后所有js都自动合并到bundle.js中,导致bundle.js过大,加载速度很慢,bundle.js可以拆分吗 [ 77%]

...              /* Generates corresponding '.d.ts' file. */     // "sourceMap": true,                     /* Generates corresponding '.map' file. */     // "outFile": "./",                       /* Concatenate and emit output to single file. */     "outDir": "build"...

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

74. laya.d3.resource.RenderTexture [ 77%]

... | Frames No Frames RenderTextureProperties | Methods Packagelaya.d3.resourceClasspublic class RenderTextureInheritanceRenderTexture BaseTexture laya.resource.Resource RenderTarget 类用于创建渲染目标。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties...

来源: laya_api 发布时间: 20170929

75. Embed标签的使用LayaFlash支持吗? [ 76%]

...须知LayaFlash支持部分Embed标签,目前支持以下两种:[Embed(source = "xxx.png")] private var TestImage:Class; [Embed(source = "comp.swf",symbol="xxx")] private var TestSWF:Class; 2015-12-02 0 0 分享 微博 QZONE 微信 fanflash 赞同来自: 似乎layabox air不支持embed了? 201...

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

76. 救命啊,一个很急的问题 [ 76%]

...方给出的结论是使用下面方法进行移动。Render._mainCanvas.source.style.left = x+"px"; Render._mainCanvas.source.style.top = y+"px"; 但是现在发现这个方法如果是在初始话的时候调用是没有问题的,但是如果中途调用这个,就是失去一部分点击区域...

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

77. 嵌入自己的div后,原来的点击位置都点击不了了 [ 76%]

...己的div后,原来的点击位置都点击不了了 Render._mainCanvas.source.style.left=x+"px"; Render._mainCanvas.source.style.top=y+"px"; 使用这个方法设置位置后,点击区域全部失效了。 求大神指点一下,如何动态改变canvas的坐标,不会使点击区域失效 2...

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

78. laya.ui.AutoBitmap [ 75%]

...,4,0,4,0,1为垂直3宫格,3宫格性能比9宫格高。 AutoBitmap  source : Texture 对象的纹理资源。 AutoBitmap  width : Number 表示显示对象的宽度,以像素为单位。 AutoBitmapPublic Methods Hide Inherited Public Methods Show Inherited Public Methods MethodDefined By...

来源: laya_api 发布时间: 20170929

79. 改变位置后,点击区域不生效了 [ 75%]

...hild(sp); } private function onClick(event:Event):void{ Render._mainCanvas.source.style.left = "100px"; Render._mainCanvas.source.style.top = "100px"; trace("onClick"); } } } 就这么一段简单的代码,求指点怎么改变位置后不改变点击区域 2017-12-26 添加评论 免费帖 --> ...

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

80. laya 容器不在页面 最顶端 最左 ,点击容器中的 按钮 位置偏移 [ 75%]

...k.layabox.com/question/6504 很类似。           Render._mainCanvas.source.style.left = "300px"; Render._mainCanvas.source.style.top = "300px";   这个也不是很好使!     2018-09-11 添加评论 已悬赏10元 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与...

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