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

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

41. 图集打包后使用Texture不显示啊 [ 82%]

图集打包后使用Texture不显示啊 { "frames": { "sg.png": { "frame": { "x": 0, "y": 0, "w": 300, "h": 300, "idx": 0 }, "spriteSourceSize": { "x": 0, "y": 0, "w": 300, "h": 300 }, "sourceSize": { "w": 300, "h": 300 }, "rotated": false, "trimed": true }, "sg2.png": { "frame": { "x": 302, "y": ...

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

42. [LayaNative3]3.2.0-beta2的windows模拟器启动黑屏 [ 82%]

...对布局组件,导致Sprite无法对齐父节点。 8、【Laya.stage.frameRate】没有提供高刷接口,无法设置高刷新率(120帧),只能在引擎初始化前使用Laya.Config.FPS=120实现高刷适配。既然支持Windows打包,那也应该适配一下高刷新率。提议将...

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

43. 混合模式-Lighter [ 80%]

...tup() { createPhoenixes(); // 动态背景渲染 evalBgColor(); Laya.timer.frameLoop(1, this, renderBg); } function createPhoenixes() { var scaleFactor = Math.min( Laya.stage.width / (phoenixWidth * 2), Laya.stage.height / phoenixHeight); // 加了混合模式的凤凰 var blendedPhoenix = createAni...

来源: Laya_示例 发布时间: 20241123

44. 混合模式-Lighter [ 80%]

...is.createPhoenixes(); // 动态背景渲染 this.evalBgColor(); Laya.timer.frameLoop(1, this, this.renderBg); } createPhoenixes() { let scaleFactor = Math.min( Laya.stage.width / (phoenixWidth * 2), Laya.stage.height / phoenixHeight); // 混合模式的凤凰 let blendedPhoenix = this.createAnimatio...

来源: Laya2.0_示例 发布时间: 20241123

45. laya.d3.webxr.core.WebXRSessionManager_API3.0 [ 79%]

...tDispatcher WebXRSessionManager Index Properties baseReferenceSpace currentFrame currentTimestamp defaultHeightCompensation session viewerReferenceSpace EVENT_FRAME_LOOP EVENT_MANAGER_END Accessors currentFrameRate referenceSpace sessionMode supportedFrameRates Methods destroy endXRRenderLoop event ...

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

46. Meizu M1 E 用list的时候,上下滑动的时候,在android studio中会狂刷下面的日志,页面会卡顿 [ 79%]

...udio中会狂刷下面的日志,页面会卡顿 Choreographer: Skipped 6 frames!  The application may be doing too much work on its main thread. Choreographer: Skipped 3 frames!  The application may be doing too much work on its main thread. Choreographer: Skipped 8 frames!  The application may...

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

47. 图集打包的边距问题 [ 79%]

...的json文件,可看到相隔的两个鸭子y轴位置64跳到了66. { "frames": { "小鸭子1.fw.png": { "frame": { "x": 0, "y": 0, "w": 64, "h": 64, "idx": 0 }, "spriteSourceSize": { "x": 0, "y": 0, "w": 64, "h": 64 }, "sourceSize": { "w": 64, "h": 64 }, "rotated": false, "trimed": false }, "小...

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

48. 设置骨骼动画停留在某一帧/某一个时间点 [ 78%]

...ime >= 0 && time <= player.playDuration) {         let frame = time / player.cacheFrameRateInterval | 0;    // 实际帧数         armature.stop();            // 停止当前动画         if (armature._aniClipIndex != index) {             armatu...

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

49. laya.d3.utils.RaycastHit [ 77%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames RaycastHitProperties | Methods Packagelaya.d3.utilsClasspublic class RaycastHitInheritanceRaycastHit Object ... Public Properties PropertyDefined By  distance : NumberRaycastHit  position : Vector3RaycastHit  spri...

来源: laya_api 发布时间: 20170929

50. laya.filters.IFilterAction [ 77%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames IFilterActionMethods Packagelaya.filtersInterfacepublic interface IFilterAction IFilterAction 是滤镜动画接口。 Public Methods  MethodDefined By  apply(srcCanvas:*):*IFilterActionMethod Detailapply()method publi...

来源: laya_api 发布时间: 20170929