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

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

2161. List列表使用出现的问题 [ 52%]

...件 sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale TS项目使用matter.js库无智能提示 微信小游戏如何使用ttf字体? 微信小游戏:HTMLDivElement的使用 LayaAirIDE下如何使用mask? 使用3D时候,Property 'getComponentByType' does not exist ...

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

2162. laya.particle.Particle2D_API3.0 [ 52%]

...dth displayedInStage drawCallOptimize emitter filters globalRotation globalScaleX globalScaleY graphics height hideFlags hitArea is3D mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY rotation scaleX scaleY scene scrollRect skewX skewY source stage staticCache template texture timer t...

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

2163. Image属性详解(JavaScript-IDE篇(JS)-IDE组件属性详解) [ 52%]

...V = Stage.ALIGN_MIDDLE; Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage.scaleMode = Stage.SCALE_SHOWALL; Laya.stage.bgColor = "#232628"; setup(); })(); function setup() { var dialog = new Image("res/ui/dialog (3).png"); dialog.pos(165, 62.5); Laya.stage.addChild(dialog); } })(); ```

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

2164. laya.media.SoundNode_API3.0 [ 52%]

...isplayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics height hideFlags hitArea is3D isMusic loop mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY playEvent rotation scaleX scaleY scene scrollRect skewX skewY source stage staticCache s...

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

2165. laya.map.GridSprite_API3.0 [ 52%]

...isplayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics height hideFlags hitArea is3D mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY rotation scaleX scaleY scene scrollRect skewX skewY stage staticCache texture timer transform url vie...

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

2166. laya.display.Sprite_API3.0 [ 52%]

...响显示图像大小,如果需要更改显示图像大小,请使用 scaleX , scaleY , scale。 Sprite 默认不接受鼠标事件,即mouseEnabled=false,但是只要对其监听任意鼠标事件,会自动打开自己以及所有父对象的mouseEnabled=true。所以一般也无需手...

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

2167. 使用添加第三方的JS类库方法存在的bug。 [ 52%]

...) sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 有什么容器能够实现当子元素达到显示上限后自动滚屏,使得新添加的元素始终保持在最底部显示? LayaAirI...

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

2168. 如何使用TS的命名空间(namespace)? [ 52%]

...示 sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale 微信小游戏:HTMLDivElement的使用 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 微信小游戏如何使用ttf字体? LayaAirIDE下如何使用mask? 关于使用matterjs物理...

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

2169. 处理渲染物体的visible属性时,没有考虑双相机的情况,会导致动画播放状态错误 [ 52%]

...致的编译错误 骨骼动画播放完后的回调时间 修改stage的scale后,会发生异常情况 Tween没效果,对于渐变相机位移? 在List渲染的时候,在滚动一个list的时候,如何实现另一个list也跟着滚动,并且两个list同时滚动一模一样。 问题...

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

2170. 修复开放数据域组件WXOpenDataViewer鼠标不能拖动的问题 [ 52%]

...    var stage: Laya.Stage = Laya.stage;              mat.scale(stage._canvasTransform.getScaleX() * this.globalScaleX * stage.transform.getScaleX(), stage._canvasTransform.getScaleY() * this.globalScaleY * stage.transform.getScaleY());             this.postMsg({ type: "c...

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