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

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

101. 怎么获取Tiledmap设置的tiles自定义属性值 [ 84%]

...找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 Laya_Xq 赞同来自: /**          * 得到地图的自定义属性          * @param    name        属性名称          * @return          */         public function getMapProperties(n...

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

102. laya.display.cmd.DrawPieCmd_API3.0 [ 84%]

Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/display/cmd/DrawPieCmd" DrawPieCmd Class DrawPieCmd 绘制扇形 Hierarchy DrawPieCmd Index Properties fillColor lineColor lineWidt...

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

103. 国际化 · LayaAir3.4 · 引擎文档 · LAYABOX [ 84%]

...。如图1-所示 (图1-6) 代码里使用的方式为: let myI18n: Laya.Translations; myI18n = await Laya.loader.load("editorResources/i18nSettings.i18ns"); console.log(myI18n.t("a")); 在很多情况下,如果只是代码里用到的一些小量国际化的支持,并不想创建多个jso...

来源: Laya3.0_文档 发布时间: 20251010

104. laya.display.cmd.DrawRoundRectCmd_API3.0 [ 84%]

Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/display/cmd/DrawRoundRectCmd" DrawRoundRectCmd Class DrawRoundRectCmd Hierarchy DrawRoundRectCmd Index Properties fillColor height ...

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

105. tiledMap问题,getTileProperties获取地图属性不能获取到 [ 84%]

... }         return null;     }     import { ui } from '../ui/layaMaxUI'; /**主界面 */ export default class Main extends ui.mainUI { /**地图链接 */ MAP_URL:string = 'res/tiled/map.json';  /**地图 */ map: Laya.TiledMap; constructor(){ super(); Laya.loader.create(this.MAP_URL, n...

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

106. ios上input无法隐藏 [ 84%]

ios上input无法隐藏            var z_file = Laya.Browser.document.createElement("input"); //创建input             var f_file = Laya.Browser.document.createElement("input"); //创建input             z_file.style="filter:alpha(opacity=0);opacity:0;width: 29%;height:11%;";   ...

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

107. laya.particle.ParticleTemplate2D_API3.0 [ 84%]

Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/particle/ParticleTemplate2D" ParticleTemplate2D Class ParticleTemplate2D Hierarchy Resource ParticleTemplate2D Implements ISubmit I...

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

108. 怎样获取浏览器地址传过来的GET参数 [ 84%]

...请: 与内容相关的链接 提交 3 个回复 govenlive 赞同来自: Laya_XS 、ohkei 已经解决~~~~~ 内置的__JS__ 就是无限好啊,用好这个方法 ,JS百度非常多代码,直接拿来用private function getGet():Object { var url:String = __JS__('window.document.location.href.to...

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

109. laya.resource.ResourceManager [ 83%]

...| Index | Frames No Frames ResourceManagerProperties | Methods Packagelaya.resourceClasspublic class ResourceManagerInheritanceResourceManager ObjectImplements laya.resource.IDispose ResourceManager 是资源管理类。它用于资源的载入、获取、销毁。 Public Properties PropertyDe...

来源: laya_api 发布时间: 20170422

110. Layabox web 复制一段文字到剪贴板 [ 83%]

Layabox web 复制一段文字到剪贴板 发布h5版本,在微信浏览器上实现复制一段文字到剪贴板 layabox ts版本 实现方法详细步骤(本人没做过web开发,小白一个)   function copyText(str) { //实现... } 2018-12-14 添加评论 已悬赏50元 --> 分享 微博...

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