大约有 1,831 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0054 秒)
Laya_社区(1432) Laya3.0_api(161) Laya2.0_api(107) laya_api(70) Laya2.0_文档(34) Laya3.0_文档(23) Laya2.0_示例(2) Laya_示例(2)
...单实例组件。 ColliderBase label : String标签ColliderBase owner : Node [只读]获取所属Node节点。 Component restitution : Number弹性系数,取值范围0-1,值越大,弹性越大,默认值为0ColliderBase rigidBody : RigidBody[只读]刚体引用ColliderBase width : Num...
来源: Laya2.0_api 发布时间: 20190513
...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
...onAwake()与onEnable()调用时机存在问题 子节点的 getChildIndex(node:Node):int 根据子节点对象,获取子节点的索引位置。参数是什么 Graphic.drawTextures,第二个参数 pos:Array — 绘制次数和坐标,怎么写啊, Dispather.event参数传的是数组,为什...
来源: Laya_社区 发布时间: 20250603
...节,类型可以是RevoluteJoint或者PrismaticJointGearJoint owner : Node [只读]获取所属Node节点。 Component ratio : Number两个齿轮角速度比例,默认1GearJointProtected Properties Hide Inherited Protected Properties Show Inherited Protected Properties PropertyDefined By _...
来源: Laya2.0_api 发布时间: 20190513
...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
...一次正常,第二次必然报错,除非重启电脑才能打包, node版本也是官方推荐的14.16.1,太蛋疼了 附件 : --> 2023-11-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 layabox 赞...
来源: Laya_社区 发布时间: 20231109
... 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
...面的时间轴动画会跟着被清空吗? 子节点的 getChildIndex(node:Node):int 根据子节点对象,获取子节点的索引位置。参数是什么 如何在不destroy Laya.Image对象的前提下,clean掉之前load的image图片/皮肤 tween complete 报错 以及如何判断对象...
来源: Laya_社区 发布时间: 20170905
...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
...录下,改为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