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

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

461. 缓存工具-layadcc(TypeScript-LayaNative原生服务-LayaNative进阶) [ 73%]

...资源的话,只能更新App。 ## 安装和使用layadcc layadcc基于Node.js,所以需要Node.js的环境。 ### 1. 安装Node.js 到nodejs[官网](https://nodejs.org/en/)下载。 node.js不能太老,不支持 0.xx的版本,可以用命令查看node版本 例如: ```bash $ node -v v4.2.0 ...

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

462. laya.d3.physics.PhysicsComponent_API3.0 [ 73%]

...d3/physics/PhysicsComponent.ts:206 是否可以缩放Shape。 owner owner: Node Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 Optional runInEditor runInEditor: boolean Inherited from Component.runInEditor Defined in laya/components/Component.ts:3...

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

463. laya.physics.ChainCollider_API3.0 [ 73%]

...rBase.label Defined in laya/physics/ColliderBase.ts:18 标签 owner owner: Node Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 rigidBody rigidBody: RigidBody Inherited from ColliderBase.rigidBody Defined in laya/physics/ColliderBase.ts:27 [只读]...

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

464. layaair2-cmd编译报错task无compile [ 73%]

...是 gulp.task的gulp实例与 gulp.start调用的gulp实例分别是俩个node_module里的gulp实例  gulp.task将注册的compile注册到了layaarir2-cmd的node_modules里的gulp实例上 实际上gulp.start调用的时候是项目工程目录下node_module里的gulp实例 所以才会报compile...

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

465. 手机打开游戏页面,一片空白是什么原因?电脑上是正常的 [ 73%]

...r.get (eval at <anonymous> (D:\LayaAirIDE\LayaAir1710N\resources\app\node_modules\layacmd\node_modules\uglify-js\tools\node.js:27:1), <anonymous>:86:23) 原本遇到的问题跟 https://ask.layabox.com/question/7069 一样 使用同样的方法npm install jsonc-parser后 变成报这样...

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

466. LayaAir IDE 2.2.0beta4 动画挂点(骨骼挂点)无效 [ 73%]

...赞同来自:   使用下面的方法即可 /** * - 骨骼挂点 * @param nodeName * @param root * @param Sprite3D */ public static link2Node(nodeName: string, root: Laya.Sprite3D, Sprite3D: Laya.Sprite3D) { //递归调用 let index = 0; let child: Laya.Sprite3D = null; while (true) { child = root....

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

467. layacmd使用ui命令,读取文件D:\s3mh5_client\laya\pageStyles.xml出错 [ 73%]

... 报错信息: D:\s3mh5_client>layacmd ui argv: [ 'C:\\Program Files\\nodejs\\node.exe',   'C:\\Users\\XXX\\AppData\\Roaming\\npm\\node_modules\\layacmd\\ProjectExpor tTools\\LayaAirCmdTool.max.js',   'D:\\s3mh5_client\\laya\\.laya',   'clear=false',   'releasemode=normal',   'exportUICode...

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

468. centerX位置不正确 [ 73%]

...版本后 所有的Text的位置都对不上了 子节点的 getChildIndex(node:Node):int 根据子节点对象,获取子节点的索引位置。参数是什么 linearVelocity 获取的线速度不正确 tiledmap缩放时地图位置错乱 一个3d模型,怎么设置每一个面的uv取值位置...

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

469. laya.loaders.HierarchyParser_API3.0 [ 73%]

... options?: Record<string, any>, errors?: Array<any>): Array<Node> Defined in laya/loaders/HierarchyParser.ts:14 Parameters data: any Optional options: Record<string, any> Optional errors: Array<any> Returns Array<Node> Globals "laya/loaders/HierarchyParser" Hierar...

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

470. safari位置偏移 [ 73%]

...对坐标位置而不是相对坐标位置) 子节点的 getChildIndex(node:Node):int 根据子节点对象,获取子节点的索引位置。参数是什么 TextInput在手机上文字输入位置不对 radio group 文字和图片的相对位置怎么设置,比如我要把文字设在图片中...

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