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

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

2841. Animation 使用疑问 [ 47%]

...n.addChild(this.aniWing); } 创建缓存  urls.forEach((urlPath, index) => {             this.xxxx.loadAtlas(urlPath, null, lv + "_" + actionName + "_" + index);         });   播放时大概 playAniBody(actionName: string, direction: number, completeFun: Function = null): void {   ...

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

2842. list 加载动画为什么实现的效果会错乱掉? [ 47%]

...现Matter.js官方案例凹多边形的问题 LayaFlash:求ByteArray.jas ->readMultiByte对gb2312的实现翻译 在线急等,发现你们这个编译器一个bug,不能实现负负得正 在List渲染的时候,在滚动一个list的时候,如何实现另一个list也跟着滚动,并且...

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

2843. 3D空间转2D空间的问题 [ 47%]

... if(this.imgPos2.x < 0 ){ this.imgPos2.x = 0; }else if( this.imgPos2.x >= camera_width){ this.imgPos2.x = camera_width - 84; //判断显示图标的Y是在上面还是下面 if(this.imgPos2.y < 0 ){ this.imgPos2.y = 0; } MainScene.RobotLocations[i-1].pos(this.imgPos2.x, this.imgPos2.y); 其...

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

2844. PC端web应用开发,想把生成的canvas放进一个div中并调整在页面上的位置,请给出一个方案。 [ 47%]

...并调整在页面上的位置,请给出一个方案。 目前<canvas>标签时laya自动生成的,生成时的css是: position: absolute;  left: 0px;  top: 0px;  background: rgb(255, 255, 255);  transform-origin: 0px 0px 0px;  transform: matrix(0.8, 0, 0, 0.8, 0, 0);   但我想...

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

2845. 如何用 FlashBuilder 或 LayaIDE 进行单步调试? [ 47%]

...片都报错 真机调试报错:LayaPlayer不支持的标签</SCRIPT> 如何用代码调用按钮的点击事件(如as3的dispatchEvent)? Laya.loader.getRes的声音资源如何用Laya.SoundManager播放? 问题状态 最新活动: 2017-08-08 23:11 浏览: 4395 关注: 3 人 cuixueyi...

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

2846. laya.d3.core.MeshSprite3D_API3.0 [ 47%]

...中是否激活。 components get components(): ReadonlyArray<Component> Inherited from Node.components Defined in laya/display/Node.ts:983 返回所有组件实例。 Returns ReadonlyArray<Component> 返回组件实例数组。 destroyed get destroyed(): boolean Inherited from Node.dest...

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

2847. 构建报错,TypeScript error: node_modules/@types/node/base.d.ts' not found. [ 47%]

...解决方案 真机调试报错:LayaPlayer不支持的标签</SCRIPT> IDE通过.ui自动生成的ui代码报错 导微信小程序报错window.focus is not a function 问题状态 最新活动: 2020-01-07 16:32 浏览: 4686 关注: 1 人

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

2848. laya.d3.core.particleshuriken.ShuriKenParticle3D_API3.0 [ 47%]

...中是否激活。 components get components(): ReadonlyArray<Component> Inherited from Node.components Defined in laya/display/Node.ts:983 返回所有组件实例。 Returns ReadonlyArray<Component> 返回组件实例数组。 destroyed get destroyed(): boolean Inherited from Node.dest...

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

2849. 引擎1.7.15发布文件压缩图片问题! [ 47%]

...我直接上传了   [ERR]|stderr: Guetzli should be called with quality >= 84, otherwise the  [ERR]|compress fail pic:  有几个说是质量大于84 其他的全部是:[ERR]|compress fail pic:  2018-01-17 0 7 分享 微博 QZONE 微信 q1402907210 - 你猜猜 赞同来自: 压缩包已经...

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

2850. 多个文件之间相互import,运行时报错 [ 46%]

...n Object or null: undefined preload.js:55 at setPrototypeOf (<anonymous>)   at __extends (file:///E:/SVN/ZQ2/client2.0/bin/js/bundle.js:6:9)   at file:///E:/SVN/ZQ2/client2.0/bin/js/bundle.js:41201:5   at Object.172.../GameManager (file:///E:/SVN/ZQ2/client2.0/bin/js/bundle.js:41206:2)   a...

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