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

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

381. laya.d3.physics.constraints.FixedConstraint_API3.0 [ 61%]

...mes setOverrideNumSolverIterations Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Inherited property Inherited method Inherited accessor Enumeration Interface

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

382. laya.d3.physics.PhysicsTriggerComponent_API3.0 [ 61%]

...PreRender onReset onStart onUpdate Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Accessor Inherited property Inherited method Inherited accessor Enumeration Interface

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

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

...提示index.html 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中接入其他都正常,但是在你们的conchConfi...

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

384. laya.d3.physics.PhysicsCollider_API3.0 [ 60%]

...PreRender onReset onStart onUpdate Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Inherited property Inherited method Inherited accessor Enumeration Interface

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

385. 对游戏中各种控件字体样式使用“白鹭style”样式表 [ 60%]

...underline", "underlineColor", "worldWrap"]; let styleObj: ITextFormat; if (typeof style === "string") { styleObj = this.getStyleById(style as string); } else { styleObj = style as ITextFormat; } for (let key of keys) { if (styleObj[key] != undefined) { label[key] = styleObj[key]; } } } /** * 给按...

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

386. 3d对象使用addChild后localPosition没有变化 [ 60%]

...小游戏如何使用ttf字体? 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 使用了u3D导出来的粒子,不停的显示移除并销毁其克隆对象,统计面板的显存和内存就会显示成负数 使用钢体设置防穿后仍有几率会穿透 问题...

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

387. laya.d3.component.Animator_API3.0 [ 60%]

...Update play removeState unLinkSprite3DToAvatarNode Legend Class Class with type parameter Constructor Property Method Accessor Object literal Variable Function Type alias Inherited property Inherited method Inherited accessor Enumeration Interface Static property

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

388. 使用ScrollRect捲動物理世界,貼圖錯位問題 [ 60%]

...特定容器(Sprite),並對容器使用ScrollRect捲動時,Static type RigidBody的貼圖會錯位,但 Collider碰撞都正常,只有顯示異常 若改用容器的x, y進行座標偏移,會出現殘影,顯示仍然有問題 若不用容器,直接對 stage做scrollRect顯示就會...

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

389. 使用IDE生成图集后,无论使用图集下的某个小图 [ 60%]

...der.load([{ url : 'http://localhost:3000/shoot/v2/img/assets/assets.json', type : Loader.ALTAS }], Handler.create(this, function () { var _getRes = Laya.loader.getRes('bg-toolbar.png'); console.log(_getRes); }));然后log出来是undefined的,请问如何破?还有,对于图集的存放位置...

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

390. Animation创建动画模板问题 [ 60%]

...Laya.Animation.createFrames([{ url: "res/atlas/actor/character/idle.json", type: Laya.Loader.ATLAS }], ActionType.MOVE_STAND);   异常信息如下: TypeError: url.indexOf is not a function at Function.URL.formatURL (file:///E:/EarlyChildhood/EARLY_GAME_001/bin/libs/laya.core.js:4418:12) at Funct...

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