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

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

631. 华为快游戏接入与发布调试指南(TypeScript-小游戏适配文档-华为快游戏) [ 61%]

...还是要联数据线,手工复制rpk包到相关路径下。 3. 安装nodejs 环境,必须要安装 10.x 稳定版本 ,如果不是的需要重新安装[node官网:https://nodejs.org/download/release/latest-v10.x/] 4. LayaAirIDE集中开发环境,LayaAir 2.8.1 或以上版本 [ 官网下...

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

632. module写法的模块无法使用,其他地方使用会报错 [ 61%]

...搞的,命名模块名称不暴露到全局空间去,结果就需要像node服务端代码一样import来import去。   前端写过网页的觉得难受到飞起。 2018-11-02 1 1 分享 微博 QZONE 微信   赞同来自: demo上传一下这边测一下 2018-10-06 0 4 分享 微博 QZONE ...

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

633. 使用layaAir3D从unity3D中导出场景模型时报错 [ 61%]

...aManager.getComponentsData (UnityEngine.GameObject gameObject, .JSONObject node, .JSONObject child, Vector3 position, Quaternion rotation, Vector3 scale, System.String& goPath) LayaExport.DataManager.getGameObjectData (UnityEngine.GameObject gameObject, System.String gameObjectPath, .JSONObject ...

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

634. layaAir TS项目如何引用protoBuf库? [ 60%]

...         // Encode a message to an Uint8Array (browser) or Buffer (node)             var buffer = AwesomeMessage.encode(message).finish();             // ... do something with buffer             // Or, encode a plain object  也可以用这种方式创建这个数...

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

635. laya.d3.physics.PhysicsComponent [ 60%]

... : Boolean[read-only] 获取是否为单实例组件。 Component owner : Node [只读]获取所属Node节点。 Component  restitution : Number 获取弹力。 PhysicsComponent  rollingFriction : Number 获取滚动摩擦力。 PhysicsComponent  simulation : PhysicsSimulation[read-only] 获...

来源: Laya2.0_api 发布时间: 20190513

636. 1.7.8新版本3d骨骼动画如何获取绑点呢 [ 60%]

...ene_Fire/Fire.lh"); 先查到节点 for(var i:int = 0;i<ani._avatarNodes.length;i++) { if(AnimationNode(ani._avatarNodes[i]).name == "weaponEffect") { animationNodeTemp = ani._avatarNodes[i]; break; } } 然后通过loop来设置 effectTemp.transform.worldMatrix = animationNodeTemp....

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

637. LayaNative 是不是不支持3D啊 [ 59%]

...9/? E/LayaBox: JCSceneCmdDispath::_rendercmd_addChild error can't find the node3d id=-1 01-29 14:08:22.509 12064-12079/? E/LayaBox: JCSceneCmdDispath::_rendercmd_addChild error can't find the node3d id=-1 01-29 14:08:22.599 12064-12104/? I/LayaBox: alert=http://stand.alone.version/lib ... js:1: Type...

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

638. laya.d3.physics.Rigidbody3D_API3.0 [ 59%]

...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

639. 第一次使用layabox,用IDE自带的示例,编译后要在微信开发者工具中预览提示包太大 [ 59%]

...,编译报错.你遇到这个情况了吗?   TypeScript error: ../../../node_modules/@types/gsap/index.d.ts(6,22): Error TS6053: File '../../../node_modules/@types/gsap/Animation.d.ts' not found. 2018-09-27 0 4 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请...

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

640. AS3与JS混合编码(ActionScript-2D进阶篇(AS3)-扩展模块) [ 59%]

...代码的智能提示就会有了。 ![图5](5.jpg) (图5) ### 6. AS写Nodejs ​ 首先新建一个AS的工程,这个工程就是AS的原生的工程即可,LayaAir的类库暂时可以忽略,项目的启动类这里设置为Main.as ;然后新建一个`require.as`。 require.as 代码如...

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