大约有 3,448 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0119 秒)
... this.hr.send($url, $data, $method, $responseType, $headers); private function onHrCompleteHandler():void { if(this.completeHandler) { this.completeHandler.runWith(this.hr.data); } } private function onHrErrorHandler($error:String):void { if(this.errorHandler) { this.errorHandler.runWith($error); } ...
来源: Laya_社区 发布时间: 20180528
...面侦听) TextInput重写onFocus和onBlur事件监听不到 关于近期iOS提交,因违反苹果3.1.1导致APP上架被拒的说明 用了第三方socket类 项目在IDE上可以连接正常运行,为什么打包APK之后在手机上就连接不上socket 微信小程序—未找到入口 app...
来源: Laya_社区 发布时间: 20181207
...ight.pos(20, g_stat_heiht - 35); copyright.on(Laya.Event.CLICK, this, function() { window.location.href = "http://www.coderluan.com"; }); Laya.stage.addChild(copyright); 3.设置积分板和开始菜单 右下弄了个“点击开始游戏”的文本,点击只会游戏开始,这个文本会变...
来源: Laya_社区 发布时间: 20160623
...,才能恢复原样。 UI界面的继承类 var StartResource = function StartResource(){ StartResource.super(this); //LOGO 图标 访问地址 var href='https://list.tmall.com/search_product.htm?q=%BB%A8%D3%A1%D0%B6%D7%B1%CB%AE&type=p&spm=a220m.1000858.a2227oh.d100&xl=%BB%A8%D3%A1_...
来源: Laya_社区 发布时间: 20180810
...要计算之后动态更改 --> <div id="div1" style="position:absolute;left:0px;top:0px"><canvas id="canvas"></canvas></div> <script type="text/javascript"> /////////////////////////////////////////////////////////////////////////////...
来源: Laya_社区 发布时间: 20200604
..."); Laya.stage.addChild(sp);4、实现超链接 示例如下:public function HtmlDemo() { var div:HTMLDivElement=new HTMLDivElement(); div.innerHTML="<span href='http://ask.layabox.com/'>LayaBox欢迎你的加入!</span>"; div.on(Event.LINK,this,onLink); Laya.stage.addChild(div); } p...
来源: Laya_社区 发布时间: 20161027
...s, (data: any) => { this.playerScript.move(data.direction, data.force); }); this.joystickScript.owner.on(Joystick.END, this, () => { this.playerScript.stop(); }); // 可视化边界 this.visuali...
来源: Laya_社区 发布时间: 20251125
...上传失败,已经发送到1029805476@qq.com 异常: KeyNotFoundException: The given key was not present in the dictionary. System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) (at <df7127ba07dc446d9f5831a0ec7b1d63>:0) r.a (UnityEngine.GameObject A_0, i A_1, System.Boo...
来源: Laya_社区 发布时间: 20200114
... 3. MeshRenderer 4. SkinnedMeshRenderer 5. Animation 6. Animator (新) 7. Terrain 8. ParticleSystem(使用须知) 关于导出工具的使用,请参考官网3D教学视频,*由于教学录制时间过早...
来源: Laya_社区 发布时间: 20170428
...im 2下载SDK https://www.youme.im/download.php 开发工具:Android Studio 2.3.3(WIN版本) 开发环境:WIN7 接下来LAYABOX构建APP项目 然后Android Studio导入我们刚刚构建好的项目 接下来 把我们刚刚下载好的游密的SDK导入到 (复制粘贴都会吧) 复制...
来源: Laya_社区 发布时间: 20170722