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

大约有 1,614 项符合查询结果, 库内数据总量为 30,724 项。 (搜索耗时: 0.0140 秒)

811. Native(android)下创建二维码并显示在页面上 [ 58%]

...}     }      // androidplat,创建二维码     createQrCode(url:string, width:number, height:number):string {         return this._bridge.call("createQrCode", url, width, height);     }     // 以下android代码 // JSBridge.javapublic static String createQrCode(fi...

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

812. 使用百度地图显示当前位置(TypeScript-LayaAir基础篇(TS)-硬件设备相关) [ 58%]

...始之前需要在index.html中引入百度地图的脚本文件,这个url在百度地图的官方网站可以免费获取到。演示中使用的url是[http://api.map.baidu.com/api?v=2.0&ak=LIhOlvWfdiPYMCsK5wsqlFQD8wW4Bfy6](http://api.map.baidu.com/api?v=2.0&ak=LIhOlvWfdiPYMCsK5wsqlFQD8wW4Bfy6) #...

来源: Laya2.0_文档 发布时间: 20210714

813. laya.ui.Button_API3.0 [ 58%]

...ctors constructor Properties _extra _graphics _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name tag toggle drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY blendMode bottom cacheAs centerX centerY clickHandler components cust...

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

814. laya.ui.CheckBox_API3.0 [ 58%]

...ctors constructor Properties _extra _graphics _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name tag toggle drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY blendMode bottom cacheAs centerX centerY clickHandler components cust...

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

815. laya.ui.Radio_API3.0 [ 58%]

...ctors constructor Properties _extra _graphics _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name tag toggle drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY blendMode bottom cacheAs centerX centerY clickHandler components cust...

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

816. WebSocket发送与接收数据(JavaScript-LayaAir基础篇(JS)-数据与通信) [ 58%]

...cket.endian = Laya.Byte.LITTLE_ENDIAN; //建立连接 this.socket.connectByUrl("ws://localhost:8989"); this.socket.on(Laya.Event.OPEN, this, openHandler); this.socket.on(Laya.Event.MESSAGE, this, receiveHandler); this.socket.on(Laya.Event.CLOSE, this, closeHandler); this.socket.on(Laya.Event.ERROR, ...

来源: Laya2.0_文档 发布时间: 20210714

817. layadcc [ 58%]

...layadcc其他都起作用了,就js每次都加载(代码里面没有在url后带参数) 是js本身就每次都重新加载? 2018-03-23 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Monica - 知识达人 ...

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

818. 贴图加载不上 [ 58%]

...邀请: 与内容相关的链接 提交 1 个回复 {name} 赞同来自: url空格需要转义 2019-10-10 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 {name} 相关问题 加载到舞台的3D模型不显示贴图 IDE1.7.8 json图集加...

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

819. const 用法 [ 58%]

...on用法疑问 请问关于遮罩的用法,在哪块可以找到? Laya.URL.basePath与Laya.loader.load用法 关于几种文本的区别与用法 能否恢复Animation.getGraphicBounds在1.6时的用法 Matrix4x4的decompose函数用法 clearRes好像没作用,或许我的用法不对 关于__...

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

820. 小游戏资源 [ 58%]

...到远程的服务器里面 然后设置basePath到你的资源服务器 URL.basePath="http://www.xxx.xxx/" 其他代码不用改 2018-04-26 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 185*****307 问题状态 最新活动: 2018-04-26...

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