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

大约有 182 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0045 秒)

171. 局部坐标转全局坐标结果与预期相差甚远 [ 61%]

...获取mouse_move的鼠标坐标 Graphic.drawTextures,第二个参数 pos:Array — 绘制次数和坐标,怎么写啊, 按钮坐标问题导致无法点击 相对屏幕坐标 问题状态 最新活动: 2018-12-20 10:43 浏览: 1429 关注: 2 人 LT • 2018-12-20 09:45 我使用长宽除一半...

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

172. 在加载3d人物的时候,Laya.timer.loop会卡顿,由于又需要每隔一段时间执行一个方法,暂时想到了用Laya.timer.loop,这个有什么好的解决方案替代吗? [ 61%]

...   public function frameLoop(delay:int, caller:*, method:Function, args:Array = null, coverBefore:Boolean = true):void {             _create(true, true, delay, caller, method, args, coverBefore);         } 2018-04-09 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被...

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

173. 纹理集包含多个动作的时候按照技术文档写出来的不能正常播放呢? [ 60%]

...    roleAni.y = 0; } private function aniUrls(aniName:String, len:int):Array {     var urls:Array = [];     for (var i:int = 1; i <= len; i++)     {         //动画资源路径要和动画图集打包前的资源命名对应起来         urls.push(aniName + i + "...

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

174. KeyNotFoundException: The given key was not present in the dictionary [ 60%]

...性列表的key 不能是变量? unity3d sentinel key not found Laya 2.0 Array Dictionary 这些类都没有了? 请问哪里可以下到2.0的源码 关于LAYA2.0下自己实现dictionary的问题 骨骼释放纹理 Templet.TEMPLET_DICTIONARY[this.url] url用错了导致Templet删不掉 问题...

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

175. 滤镜的集中实现 [ 58%]

...ction createRedFilter():void { //颜色滤镜矩阵,红色 var colorMatrix:Array= [ 1,0,0,0,0,//R 0,0,0,0,0,//G 1,0,0,0,0,//B 0,0,0,1,0,//A ]; //创建红色颜色滤镜             var redFilter:ColorFilter = new ColorFilter(colorMatrix);             //在坐标280,50位置创建一个...

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

176. KeyNotFoundException: The given key was not present in the dictionary. unityAir3d1.7.16 [ 53%]

...性列表的key 不能是变量? unity3d sentinel key not found Laya 2.0 Array Dictionary 这些类都没有了? 请问哪里可以下到2.0的源码 关于LAYA2.0下自己实现dictionary的问题 骨骼释放纹理 Templet.TEMPLET_DICTIONARY[this.url] url用错了导致Templet删不掉 问题...

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

177. laya.d3.webxr.core.WebXRSessionManager_API3.0 [ 53%]

... session Returns any supportedFrameRates get supportedFrameRates(): Float32Array | undefined Defined in laya/d3/WebXR/core/WebXRSessionManager.ts:239 A list of supported frame rates (only available in-session! Returns Float32Array | undefined Methods destroy destroy(): void Defined in laya/d3/WebXR/...

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

178. 3D场景里面怎么画线条 [ 53%]

...riter3D(); var _color = new Laya.Vector4(1, 255, 0, 1); var _corners = new Array(); _corners[0] = new Laya.Vector3(0,0,0); _corners[1] = new Laya.Vector3(0,0,100); _corners[2] = new Laya.Vector3(0,100,0); _corners[3] = new Laya.Vector3(0,0,100);     phasorSpriter3D.begin(Laya.WebGLContext.LINES, c...

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

179. putimagedata 不起作用 [ 52%]

...ort (imageData) { console.log(imageData) var data = imageData.data, copy = Array.prototype.slice.apply(data, [0]), w = imageData.width, h = imageData.height, i = 0, l = data.length, x, y, d for (i; i < l; i += 4) { if (data[i]!== 0) { console.log(data[i]) } x = i / 4 % w y = Math.ceil(i / 4 / w) ...

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

180. laya.ui.Tree_API3.0 [ 47%]

...rs _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY array bgColor blendMode bottom cacheAs centerX centerY components customRenderEnable dataSource destroyed disabled displayHeight displayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY ...

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