大约有 1,790 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0059 秒)
Laya_社区(1393) Laya3.0_api(161) Laya2.0_api(107) laya_api(70) Laya2.0_文档(34) Laya3.0_文档(21) Laya2.0_示例(2) Laya_示例(2)
...还是要联数据线,手工复制rpk包到相关路径下。 3. 安装nodejs 环境,必须要安装 10.x 稳定版本 ,如果不是的需要重新安装[node官网:https://nodejs.org/download/release/latest-v10.x/] 4. LayaAirIDE集中开发环境,LayaAir 2.8.1 或以上版本 [ 官网下...
来源: Laya2.0_文档 发布时间: 20210714
...搞的,命名模块名称不暴露到全局空间去,结果就需要像node服务端代码一样import来import去。 前端写过网页的觉得难受到飞起。 2018-11-02 1 1 分享 微博 QZONE 微信 赞同来自: demo上传一下这边测一下 2018-10-06 0 4 分享 微博 QZONE ...
来源: Laya_社区 发布时间: 20180926
...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
... // 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
... : Boolean[read-only] 获取是否为单实例组件。 Component owner : Node [只读]获取所属Node节点。 Component restitution : Number 获取弹力。 PhysicsComponent rollingFriction : Number 获取滚动摩擦力。 PhysicsComponent simulation : PhysicsSimulation[read-only] 获...
来源: Laya2.0_api 发布时间: 20190513
...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
...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
...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
...,编译报错.你遇到这个情况了吗? 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
...代码的智能提示就会有了。 ![图5](5.jpg) (图5) ### 6. AS写Nodejs 首先新建一个AS的工程,这个工程就是AS的原生的工程即可,LayaAir的类库暂时可以忽略,项目的启动类这里设置为Main.as ;然后新建一个`require.as`。 require.as 代码如...
来源: Laya2.0_文档 发布时间: 20210715