大约有 2,110 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0136 秒)
...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
...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
...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
...个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
...载本地图片都报错 真机调试报错:LayaPlayer不支持的标签</SCRIPT> 如何用代码调用按钮的点击事件(如as3的dispatchEvent)? Laya.loader.getRes的声音资源如何用Laya.SoundManager播放? 问题状态 最新活动: 2017-08-08 23:11 浏览: 4395 关注: 3 ...
来源: Laya_社区 发布时间: 20170426
...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
...报错,就解决方案 真机调试报错:LayaPlayer不支持的标签</SCRIPT> IDE通过.ui自动生成的ui代码报错 导微信小程序报错window.focus is not a function 问题状态 最新活动: 2020-01-07 16:32 浏览: 4686 关注: 1 人
来源: Laya_社区 发布时间: 20200107
...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
...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
...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