大约有 320 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0044 秒)
Laya_社区(208) Laya3.0_api(37) laya_api(24) Laya2.0_api(20) Laya2.0_文档(16) Laya3.0_文档(11) Laya2.0_示例(2) Laya_示例(2)
...tination : RenderTexture = null 输出纹理。PostProcessRenderContext source : RenderTexture = null 源纹理。PostProcessRenderContext tempRenderTextures : Vector.<RenderTexture> 临时纹理数组。PostProcessRenderContextProperty Detailcamerapropertypublic var camera:Camera = null...
来源: Laya2.0_api 发布时间: 20190513
...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
... /* Generates corresponding '.d.ts' file. */ // "sourceMap": true, /* Generates corresponding '.map' file. */ // "outFile": "./", /* Concatenate and emit output to single file. */ "outDir": "build"...
来源: Laya_社区 发布时间: 20190408
... | 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
...须知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
...方给出的结论是使用下面方法进行移动。Render._mainCanvas.source.style.left = x+"px"; Render._mainCanvas.source.style.top = y+"px"; 但是现在发现这个方法如果是在初始话的时候调用是没有问题的,但是如果中途调用这个,就是失去一部分点击区域...
来源: Laya_社区 发布时间: 20171227
...己的div后,原来的点击位置都点击不了了 Render._mainCanvas.source.style.left=x+"px"; Render._mainCanvas.source.style.top=y+"px"; 使用这个方法设置位置后,点击区域全部失效了。 求大神指点一下,如何动态改变canvas的坐标,不会使点击区域失效 2...
来源: Laya_社区 发布时间: 20171226
...,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
...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
...k.layabox.com/question/6504 很类似。 Render._mainCanvas.source.style.left = "300px"; Render._mainCanvas.source.style.top = "300px"; 这个也不是很好使! 2018-09-11 添加评论 已悬赏10元 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与...
来源: Laya_社区 发布时间: 20180911