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

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

341. 解决跨域相关! [ 50%]

...里用TS引擎库使用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 官网示例摇一摇报错,就解决方案 微信小游戏上线了,但凑不够需要的用户量咋办,有人有解决办法么 laya怎么跨域加载图片 【BUG备忘录】关...

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

342. [LayaAir3]dialog弹窗打开前如何传入参数刷新界面? [ 50%]

....Scene.load(view.url).then((scene) => {             this.openList.set(id, scene);             scene.onEnable();             scene.onOpened(param);             scene.open(false, param);         });   附件 : --> 2023-12-21 添加评论 免费帖 --> 分享 微博 QZON...

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

343. 3D中摄像机绕物体旋转该如何实现? [ 49%]

...form3D; public AroundPos: Vector3 = new Vector3(); /// <summary> /// Settings of mouse button, pointer and scrollwheel. /// </summary> public mouseSettings: MouseSettings = new MouseSettings(0, 1, 0.3); /// <summary> /// Range limit of angle. /// </summary> public angleRange:...

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

344. 官方案例里摄像机绕物体旋转脚本的问题 [ 49%]

...form3D; public AroundPos: Vector3 = new Vector3(); /// <summary> /// Settings of mouse button, pointer and scrollwheel. /// </summary> public mouseSettings: MouseSettings = new MouseSettings(0, 1, 0.3); /// <summary> /// Range limit of angle. /// </summary> public angleRange:...

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

345. 自定义组件时,设置组件子节点的image的skin时,路径为layaIde的路径而非项目路径 [ 49%]

...tion get hProgressSkin():String { return _progress.skin; } public function set hProgressSkin(value:String):void { console.log("设置progress皮肤: " + value); _progress.skin = value; } } }如题,自定义组件,设置img的skin皮肤的时候ide报资源加载失败的错误,资源路径应...

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

346. laya.d3.core.particleShuriKen.ShurikenParticleMaterial [ 49%]

...aseMaterial depthWrite : Boolean是否深度写入。BaseMaterial  diffuseTexture : BaseTexture 获取漫反射贴图。 ShurikenParticleMaterial dstBlend : int目标混合参数,在blend为BLEND_ENABLE_ALL时生效。BaseMaterial dstBlendAlpha : intAlpha目标混合参数,在blend为BLEND_ENAB...

来源: laya_api 发布时间: 20170929

347. laya.d3.core.particleshuriken.module.shape.CircleShape_API3.0 [ 49%]

...e/shape/BaseShape.ts:31 粒子类型 Accessors arcDEG get arcDEG(): number set arcDEG(deg: number): void Defined in laya/d3/core/particleShuriKen/module/shape/CircleShape.ts:40 发射角度0-360 Returns number Defined in laya/d3/core/particleShuriKen/module/shape/CircleShape.ts:36 发射角度0-360 ...

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

348. 内存释放问题 [ 49%]

...any, showCompleteFun: Function): void { ResUIModuleManager.poolModulResDic.set(bigao.Utils.GlobalUtils.getClassNameClass(className), { resNames: resAltlasName, time: Laya.timer.currTimer }); ResUIModuleManager.loadModuleByName(resAltlasName, className, (cn) => { let sv: any = ui.UIControl.instanc...

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

349. laya.d3.core.particleshuriken.module.shape.ConeShape_API3.0 [ 48%]

...ape/BaseShape.ts:31 粒子类型 Accessors angleDEG get angleDEG(): number set angleDEG(deg: number): void Defined in laya/d3/core/particleShuriKen/module/shape/ConeShape.ts:46 发射角度0-360 Returns number Defined in laya/d3/core/particleShuriKen/module/shape/ConeShape.ts:42 发射角度0-360 Pa...

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

350. layaNative测试运行原生app时,laya3D解析动画处报错 [ 48%]

...     this._nativeObj = new _conchFloatArrayKeyframe();     }     set time(value) {         this._nativeObj.setTime(value);     }     get time() {         return this._nativeObj.getTime();     } 这个 new _conchFloatArrayKeyframe()我不知道是哪来的。。整个...

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