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

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

561. laya.physics.BoxCollider [ 68%]

...单实例组件。 ColliderBase label : String标签ColliderBase owner : Node [只读]获取所属Node节点。 Component restitution : Number弹性系数,取值范围0-1,值越大,弹性越大,默认值为0ColliderBase rigidBody : RigidBody[只读]刚体引用ColliderBase  width : Num...

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

562. Laya2.0编译后所有js都自动合并到bundle.js中,导致bundle.js过大,加载速度很慢,bundle.js可以拆分吗 [ 68%]

...nt. */     /* Module Resolution Options */     // "moduleResolution": "node",            /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */     // "baseUrl": "./",                       /* Base directory to resolve non-absolute modul...

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

563. [LayaAir3]Laya.Scene.Open的param参数没有传入runtime脚本的onOpen [ 68%]

...onAwake()与onEnable()调用时机存在问题 子节点的 getChildIndex(node:Node):int 根据子节点对象,获取子节点的索引位置。参数是什么 Graphic.drawTextures,第二个参数 pos:Array — 绘制次数和坐标,怎么写啊, Dispather.event参数传的是数组,为什...

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

564. laya.physics.joint.GearJoint [ 68%]

...节,类型可以是RevoluteJoint或者PrismaticJointGearJoint owner : Node [只读]获取所属Node节点。 Component  ratio : Number两个齿轮角速度比例,默认1GearJointProtected Properties Hide Inherited Protected Properties Show Inherited Protected Properties PropertyDefined By _...

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

565. laya.d3.core.MeshRenderer_API3.0 [ 67%]

...aleOffset material materials ratioIgnor receiveShadow reflectionMode renderNode renderbitFlag sharedMaterial sharedMaterials volume Methods _applyReflection _cloneTo _initialize _setOwner destroy getMesh hasHideFlag onAdded onAwake onDestroy onDisable onEnable onLateUpdate onPostRender onPreRender o...

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

566. [0]3.0.7版本打包vivo第一次正常,第二次必然报错,除非重启电脑才能打包 [ 67%]

...一次正常,第二次必然报错,除非重启电脑才能打包, node版本也是官方推荐的14.16.1,太蛋疼了   附件 : --> 2023-11-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 layabox 赞...

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

567. the server responded with a status of 404 (Not Found) [ 67%]

... not found unity3d sentinel key not found 构建报错,TypeScript error: node_modules/@types/node/base.d.ts' not found. ide2.6.0beta编译报错:This syntax requires an imported helper but module 'tslib' cannot be found Swift中接入其他都正常,但是在你们的conchConfig中,报错'st...

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

568. Laya.Tween怎么运用到3D对象上? [ 67%]

...面的时间轴动画会跟着被清空吗? 子节点的 getChildIndex(node:Node):int 根据子节点对象,获取子节点的索引位置。参数是什么 如何在不destroy Laya.Image对象的前提下,clean掉之前load的image图片/皮肤 tween complete 报错 以及如何判断对象...

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

569. 问下关于websocket的问题 [ 67%]

...ayaAir技术手册里面的代码建了一个服务端的程序,为啥用node运行的时候弹出" Cannot find module 'ws'"? C:\Users\Administrator\Desktop>node jjj.js module.js:472 throw err; ^ Error: Cannot find module 'ws' at Function.Module._resolveFilename (module.js:470:15) at Function.M...

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

570. laya3.0中jszip使用异常 [ 67%]

...录下,改为jszip.d.ts,导入代码为: import * as JSZip from "../node_modules/jszip/dist/jszip"使用代码为: let zipUrl = "resources/files/config.zip";         Laya.loader.load([{ url: zipUrl, type: Laya.Loader.BUFFER }], null, Laya.Handler.create(this, this.onLoadCfg, null, false)...

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