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

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

2111. 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

2112. 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

2113. 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

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

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

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

2115. 如何使用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

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

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

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

2117. 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

2118. 修复开放数据域组件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

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

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

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

2120. 加载不同域名下的单个图片 会重复加载两次,导致无法显示 [ 52%]

...定义场景类导出layaMaxUI.ts有前缀导致报错 3D模型无法修改scale? 问题状态 最新活动: 2017-09-12 16:56 浏览: 922 关注: 2 人 170*****199 • 2017-09-12 16:58 UI 编辑器里用的这张图, 感觉像是没找到图片又加载了一次

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