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

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

51. 发布微信小程序的时候提示错误[xmldom error] element parse error: Error: invalid attribute:full\ [ 53%]

...  80   是否压缩 JPG (非常耗时,但效果很好)    质量   85   是否压缩 JSON 后缀   json,atlas,ls,lh,lmat,lav   是否压缩混淆 JS (耗时)   是否启用版本管理,启用后,会重命名变化的文件(如何用) 复制文件列表   需要复制的文件...

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

52. laya.d3.component.animator.AnimatorStateNumberCondition_API3.0 [ 53%]

...ition.type Defined in laya/d3/component/Animator/AnimatorStateCondition.ts:85 条件类型 Returns AniStateConditionType Methods checkState checkState(value: number): boolean Overrides AnimatorStateCondition.checkState Defined in laya/d3/component/Animator/AnimatorStateCondition.ts:148 检查状态...

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

53. laya.d3.core.render.command.DrawMeshInstancedCMD_API3.0 [ 53%]

...constructor Defined in laya/d3/core/render/command/DrawMeshInstancedCMD.ts:85 Returns DrawMeshInstancedCMD Properties Static maxInstanceCount maxInstanceCount: number = 1024 Defined in laya/d3/core/render/command/DrawMeshInstancedCMD.ts:26 设置最大DrawInstance数 Accessors bufferState get buffer...

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

54. [LayaAir3]谷歌崩溃 找不到是什么原因 [ 53%]

...ildId: 119e13b807d2ae2ca1ea92dca76f354029cbcb3d)   #03  pc 0x0000000000cc85f4  /data/app/com.snbqt.tw-cJqvcvdJptMfFcF38WH8IQ==/split_config.arm64_v8a.apk!liblayaair.so (BuildId: 119e13b807d2ae2ca1ea92dca76f354029cbcb3d) 附件 : --> 2024-12-06 添加评论 免费帖 --> 分享 微博 QZONE 微信...

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

55. ReferenceError: Loading_fly is not defined [ 52%]

...ing_fly.prototype; _proto.onPlay = function () { UIConfig.popupBgAlpha = 0.85; UIConfig.closeDialogOnSide = false; this.diango = new Laya.Dialog(); this.diango.width = Laya.stage.width; this.diango.height = Laya.stage.height; var loading_array = []; for(var i = 1; i < 28; i++ ){ loading_array.pus...

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

56. laya.d3.core.particleshuriken.module.Emission_API3.0 [ 51%]

...number): Burst Defined in laya/d3/core/particleShuriKen/module/Emission.ts:85 通过索引获取粒子爆裂。 Parameters index: number 爆裂索引。 Returns Burst 粒子爆裂。 getBurstsCount getBurstsCount(): number Defined in laya/d3/core/particleShuriKen/module/Emission.ts:76 获取粒子...

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

57. 我用matter.js渲染一个篮球, 但是不会自动旋转.. 这个怎么设置呢? [ 51%]

...e, 不能用render.sprite     density: 1, // 密度     restitution: 0.85 // 弹性 });   2017-07-04 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueying 赞同来自: 这个问题我们暂时不解答...

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

58. list里面可以加入多个view吗? [ 51%]

...em extends View { public static var WID:int=150; public static var HEI:int=85; private var img:Image; private var label:Label; public function Item() { this.size(WID,HEI); img=new Image(); addChild(img); label=new Label(); label.x=30; label.y=40; img.addChild(label); } public function setImg(src:Str...

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

59. 2.5.0无法打包oppo的rpk [ 50%]

...urces\app\out\layarepublic\oppo\quickgame-toolkit\lib\commands\cocos_v2.js:85:16)     at Module._compile (internal/modules/cjs/loader.js:689:30)     at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)     at Module.load (internal/modules/cjs/loader.js:599:32)     at tryM...

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

60. 要做一个方形倒计时,请问该怎么实现,不知道该怎么做 [ 50%]

...blic function CdSprite() { super(); this.scrollRect = rect; this.alpha = 0.85; } public function setSize(bian:int):void{ r = bian / Math.SQRT2; rect = new Rectangle(0,0,bian,bian); this.scrollRect = rect; pos = bian * 0.5; } public function set360(value:int):void { this.graphics.clear(); if(value ==...

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