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

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

1811. laya.ui.ColorPicker_API3.0 [ 47%]

...ed disabled displayHeight displayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics gray height hideFlags hitArea inputBgColor inputColor is3D left mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY right rotation scaleX scaleY scene scrol...

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

1812. Animation 使用疑问 [ 47%]

...iBody.pivot(bound.width / 2, bound.height / 2);         if (direction < 0) {             this.aniBody.scaleX = -1;         } else {             this.aniBody.scaleX = 1;         }     } 每改变一个方向CurMern都爆涨50M这样(我的资源body,weapon,skillEff...

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

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

...rarchy components destroyed displayedInStage hideFlags id is3D layer meshFilter meshRenderer numChildren parent scene timer transform url Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer clone contains destroy destr...

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

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

...个div中并调整在页面上的位置,请给出一个方案。 目前<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

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

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

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

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

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

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

1817. 构建报错,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

1818. laya.ui.OpenDataContextView_API3.0 [ 47%]

...ed disabled displayHeight displayWidth displayedInStage drawCallOptimize filters fps globalRotation globalScaleX globalScaleY graphics gray height hideFlags hitArea is3D left mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY right rotation scaleX scaleY scene scrollRect skewX skewY st...

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

1819. laya.ui.Panel_API3.0 [ 47%]

...playHeight displayWidth displayedInStage drawCallOptimize elasticEnabled filters globalRotation globalScaleX globalScaleY graphics gray hScrollBar hScrollBarSkin height hideFlags hitArea is3D left mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY right rotation scaleX scaleY scene scr...

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

1820. [LayaAirIDE3]skel骨骼动画播放失败,编辑器预览没问题 [ 47%]

...g("动画数量:", this.skeleton.getAnimNum());     for (let i = 0; i < this.skeleton.getAnimNum(); i++) {         console.log("动画名:", this.skeleton.getAniNameByIndex(i));     }     if (this.skeleton.getAnimNum() > 0){         if (this.skeleton["_renderType"] !== undefi...

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