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

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

721. unity导出的3D动画模型,导入 laya环境报错: node._setParent is not a function [ 76%]

...            if (node._parent === this) {                 var index = this.getChildIndex(node);                 if (index !== this._children.length - 1) {                     this._children.splice(index, 1);                     this._children.push(node);   ...

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

722. list中加的button不能接收点击事件 求一个list中加button的demo [ 76%]

...   list.array = data;       }     updateListItem(cell: BagItem, index: number):void{         console.log("3333333333333");         if (cell.useBtn.clickHandler == undefined) {             cell.useBtn.on("click", this, this.onItemUse, [index]);         }   ...

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

723. laya.utils.Utils_API3.0 [ 76%]

Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/utils/Utils" Utils Class Utils Utils 是工具类。 Hierarchy Utils Index Methods fromStringColor getBaseName getFileExtension get...

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

724. laya.d3.math.MathUtils3D_API3.0 [ 76%]

Search Preparing search index... The search index is not available ts Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/math/MathUtils3D" MathUtils3D Class MathUtils3D MathUtils3D 类用于创建数学工具。 Hierarchy MathUtils3D Index Constructors c...

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

725. laya.display.css.SpriteStyle_API3.0 [ 76%]

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/css/SpriteStyle" SpriteStyle Class SpriteStyle 元素样式 Hierarchy SpriteStyle Index Constructors constructor Properties...

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

726. laya.d3.physics.RaycastWheel_API3.0 [ 76%]

Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/physics/RaycastWheel" RaycastWheel Class RaycastWheel Hierarchy RaycastWheel Index Constructors constructor Properties bt btWhee...

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

727. 发布时js文件的引用及压缩问题 [ 76%]

...文件的引用及压缩问题 第三方的js库如何引用?我试着在index.html里面增加了<script src='libs/jsencrypt.js' loader='laya'></script>,并在相应位置放置js文件,调试的时候没问题,但是发布的时候那个js文件貌似没有一并发布出去。...

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

728. 打包APK一直失败 装到手机上就黑屏 求一个你们可以打包的工程 [ 76%]

...包APK成功的工程,就是你们说的把src文件下的代码拷贝到index同级目录中,求两份 拷贝前和拷贝后的 ,因为我自己拷贝了还是黑屏,我只想知道我哪里的操作跟你们不一样导致我一直黑屏 我打包的就是你们官网的js版本的打飞...

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

729. laya.renders.VertexElementFormat_API3.0 [ 76%]

Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/renders/VertexElementFormat" VertexElementFormat Class VertexElementFormat 类用来定义顶点元素格式 Hierarchy VertexElemen...

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

730. 请问用laya的tab模板创建的tab,为啥没有点击事件啊?而且tab标签点击后没有一直处于按下状态 [ 76%]

...执行的处理器。     console.log("A123");     function onSelect(index)     {         console.log("当前选择的标签页索引: index= ", index);     } } 2016-07-22 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 ...

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