大约有 4,373 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0084 秒)
Laya_社区(2475) Laya3.0_api(673) Laya2.0_api(357) laya_api(289) Laya2.0_文档(271) Laya_示例(157) Laya2.0_示例(116) Laya3.0_文档(35)
...adImage”改了吗? sp.loadImage(_img, 0, 0, 0, 0, Handler.create(this, function(){ trace("complete!!"); 为何没有complete出现?? 另外,有没有1.0和2.0 API更新对照表? 2018-10-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找...
来源: Laya_社区 发布时间: 20181009
... //切换图层按钮事件监听 changeActionButton.on(Event.CLICK, this, function():void { camera.removeAllLayers(); layerIndex ++; camera.addLayer(layerIndex%4 +1); camera.addLayer(5); }); ``` (图1)
来源: Laya2.0_文档 发布时间: 20210715
...mMap constructor _stateName getMap hasPtrID Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Method Enumeration Interface Inherited property
来源: Laya3.0_api 发布时间: 20231115
...NABLE_SEPERATE时生效。Constructor DetailRenderState()Constructorpublic function RenderState() 创建一个 RenderState 实例。 Method Detailclone()method public function clone():* 克隆。 Returns* — 克隆副本。 cloneTo()method public function cloneTo(dest:*):void 克隆。 Parameters...
来源: Laya2.0_api 发布时间: 20190513
...on" KeyLocation LEFT NUM_PAD RIGHT STANDARD Legend Object literal Variable Function Type alias Class Class with type parameter Enumeration Interface Static property
来源: Laya3.0_api 发布时间: 20231115
...r parse classMap s_list1 s_list2 equalStyle Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Method Enumeration Interface Static property
来源: Laya3.0_api 发布时间: 20231115
...ser.width, Browser.height), new Handler(this, completeHandler)); } private function completeHandler(e:*=null):void { createImage(); } 2017-02-24 1 0 分享 微博 QZONE 微信 hamletborn 赞同来自: 谢谢! 2017-02-24 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回...
来源: Laya_社区 发布时间: 20170224
...GL; public class SmartScale { public function SmartScale() { //初始化舞台,不支持WebGL时会自动切换至Canvas Laya.init(200, 300, WebGL); //...
来源: Laya2.0_文档 发布时间: 20201010
...报错? 错误是Uncaught TypeError: xml.getElementsByTagName is not a function 2017-08-31 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Supermang42 赞同来自: 加載方式錯了,位圖字體需要先註...
来源: Laya_社区 发布时间: 20170831
向服务器发送图片无法使用atob解码? dataURLtoBlob: function (dataurl) { var arr = dataurl.split(','); var mime = arr[0].match(/:(.*?);/)[1];// 结果: image/png var bstr = atob(arr[1]); var n = bstr.length; ...
来源: Laya_社区 发布时间: 20180131