大约有 182 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0045 秒)
...获取mouse_move的鼠标坐标 Graphic.drawTextures,第二个参数 pos:Array — 绘制次数和坐标,怎么写啊, 按钮坐标问题导致无法点击 相对屏幕坐标 问题状态 最新活动: 2018-12-20 10:43 浏览: 1429 关注: 2 人 LT • 2018-12-20 09:45 我使用长宽除一半...
来源: Laya_社区 发布时间: 20181219
... 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
... 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
...性列表的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
...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
...性列表的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
... 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
...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
...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
...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