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

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

1951. iphonex适配问题求解决方案 [ 53%]

...留白部分的颜色问题 官网示例摇一摇报错,就解决方案 event自定义事件的问题 问题状态 最新活动: 2017-12-20 20:31 浏览: 2242 关注: 3 人 zhejiushizhuce • 2017-11-20 10:12 额,我再试试新版本的layaplayer zhejiushizhuce • 2017-11-20 10:43 哦,再问...

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

1952. 3D项目,ui面板里加载的3d模型,页面伸缩后3d模型如何自适应,等比缩放 [ 53%]

...伸缩后3d模型如何自适应,等比缩放 代码中没有监听Laya.Event.RESIZE,只是设置了相机的translate this.camera.transform.translate(new Laya.Vector3(0.2,1,3.2),false); 但是伸缩页面以后3d模型没有伸缩,如何设置3d模型的等比缩放   附件 : --> 2019-07-08...

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

1953. [LayaAir3]3.3.0-beta4 时间轴动画BUG [ 53%]

...,最后闪现停留在normalizeTime = 1时的地方。 打印一下  EVENT_OnStateUpdate 回调里的 value参数就知道了。 这里的 elapsedTime 是不是计算错了? 附件 : --> 2025-07-08 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与...

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

1954. 销毁或移除sprite3D后再次生成的问题 [ 53%]

...问题,帮忙看一下 我这样载入场景问题出现在哪呢?? event自定义事件的问题 问题状态 最新活动: 2017-08-02 21:31 浏览: 839 关注: 2 人 150*****372 • 2017-08-02 22:58 我最后在销毁后使用clearRes,之后再以getRes方式加载给sprite3D,发现这个...

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

1955. 摄像机捕捉目标(JavaScript-3D基础(JS)-LayaAir3D之Camera) [ 53%]

...0, 1, 0); ``` ```typescript //点击事件 this.changeActionButton.on(Laya.Event.CLICK, this, function(){ this.index++; if (this.index % 3 === 1 ){ //摄像机捕捉模型目标 this.camera.transform.lookAt(this.box.transform.position, this._up); } else if (this.index % 3 === 2){ //摄像机捕捉...

来源: Laya2.0_文档 发布时间: 20210715

1956. 摄像机捕捉目标(TypeScript-3D基础(TS)-LayaAir3D之Camera) [ 53%]

...0, 1, 0); ``` ```typescript //点击事件 this.changeActionButton.on(Laya.Event.CLICK, this, function(){ this.index++; if (this.index % 3 === 1 ){ //摄像机捕捉模型目标 this.camera.transform.lookAt(this.box.transform.position, this._up); } else if (this.index % 3 === 2){ //摄像机捕捉...

来源: Laya2.0_文档 发布时间: 20210715

1957. HTMLDivElement 方法显示一个图片的时候有没有加载成功的事件 [ 53%]

...,调试控制台提示:错误,图片是IDE自带的,也不显示 event自定义事件的问题 问题状态 最新活动: 2017-12-08 16:25 浏览: 608 关注: 2 人 qq541292929 • 2017-12-08 17:00 是这样的,我加载的外部图片不是同步就能拿到大小的,我需要一个加...

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

1958. laya.ui.FontClip_API3.0 [ 53%]

...th addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer contains customRender destroy destroyChildren drawToCanvas drawToTexture drawToTexture3D event frameLoop frameOnce freshLayout fromParentPoint getBounds getChildAt getChildByName getChildIndex getCo...

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

1959. AS类中初始化JS类相关问题 [ 53%]

...容,都要使用import和export吗? 关于apk打包动画卡的问题 event自定义事件的问题 问题状态 最新活动: 2018-05-24 11:33 浏览: 946 关注: 2 人

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

1960. laya.ui.HScrollBar [ 53%]

... Classes | Index | Frames No Frames HScrollBarProperties | Methods | Events Packagelaya.uiClasspublic class HScrollBarInheritanceHScrollBar ScrollBar UIComponent Sprite Node EventDispatcher Object 使用 HScrollBar (水平 ScrollBar )控件,可以在因数据太多而不能在显示区...

来源: Laya2.0_api 发布时间: 20190513