大约有 1,334 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0132 秒)
Laya_社区(1100) Laya3.0_api(88) Laya2.0_文档(62) Laya3.0_文档(33) Laya2.0_api(18) laya_api(14) Laya_示例(12) Laya2.0_示例(7)
...eX Defined in laya/display/Sprite.ts:1775 获得相对于stage的全局X轴缩放值(会叠加父亲节点的缩放值)。 Returns number globalScaleY get globalScaleY(): number Inherited from Text.globalScaleY Defined in laya/display/Sprite.ts:1803 获得相对于stage的全局Y轴缩放值(...
来源: Laya3.0_api 发布时间: 20231115
...eX Defined in laya/display/Sprite.ts:1775 获得相对于stage的全局X轴缩放值(会叠加父亲节点的缩放值)。 Returns number globalScaleY get globalScaleY(): number Inherited from Text.globalScaleY Defined in laya/display/Sprite.ts:1803 获得相对于stage的全局Y轴缩放值(...
来源: Laya3.0_api 发布时间: 20231115
...eX Defined in laya/display/Sprite.ts:1775 获得相对于stage的全局X轴缩放值(会叠加父亲节点的缩放值)。 Returns number globalScaleY get globalScaleY(): number Inherited from Text.globalScaleY Defined in laya/display/Sprite.ts:1803 获得相对于stage的全局Y轴缩放值(...
来源: Laya3.0_api 发布时间: 20231115
...eX Defined in laya/display/Sprite.ts:1775 获得相对于stage的全局X轴缩放值(会叠加父亲节点的缩放值)。 Returns number globalScaleY get globalScaleY(): number Inherited from Text.globalScaleY Defined in laya/display/Sprite.ts:1803 获得相对于stage的全局Y轴缩放值(...
来源: Laya3.0_api 发布时间: 20231115
...eX Defined in laya/display/Sprite.ts:1721 获得相对于stage的全局X轴缩放值(会叠加父亲节点的缩放值)。 Returns number globalScaleY get globalScaleY(): number Inherited from AnimationBase.globalScaleY Defined in laya/display/Sprite.ts:1749 获得相对于stage的全局Y轴缩...
来源: Laya3.0_api 发布时间: 20231102
...eX Defined in laya/display/Sprite.ts:1775 获得相对于stage的全局X轴缩放值(会叠加父亲节点的缩放值)。 Returns number globalScaleY get globalScaleY(): number Inherited from Text.globalScaleY Defined in laya/display/Sprite.ts:1803 获得相对于stage的全局Y轴缩放值(...
来源: Laya3.0_api 发布时间: 20231115
...Inherited from ScrollBar.scaleBar Defined in laya/ui/ScrollBar.ts:48 是否缩放滑动条,默认值为true。 slider slider: Slider Inherited from ScrollBar.slider Defined in laya/ui/ScrollBar.ts:60 滑条 stopMoveLimit stopMoveLimit: Function Inherited from ScrollBar.stopMoveLimit Defined in lay...
来源: Laya3.0_api 发布时间: 20231115
...eX Defined in laya/display/Sprite.ts:1775 获得相对于stage的全局X轴缩放值(会叠加父亲节点的缩放值)。 Returns number globalScaleY get globalScaleY(): number Inherited from Text.globalScaleY Defined in laya/display/Sprite.ts:1803 获得相对于stage的全局Y轴缩放值(...
来源: Laya3.0_api 发布时间: 20231115
...Inherited from ScrollBar.scaleBar Defined in laya/ui/ScrollBar.ts:48 是否缩放滑动条,默认值为true。 slider slider: Slider Inherited from ScrollBar.slider Defined in laya/ui/ScrollBar.ts:60 滑条 stopMoveLimit stopMoveLimit: Function Inherited from ScrollBar.stopMoveLimit Defined in lay...
来源: Laya3.0_api 发布时间: 20231115
...geRunTime类中编写我们想要实现的效果,比如实现一个点击缩放(类似按钮)的功能,全部代码如下所示: ```typescript package game { import laya.events.Event; import laya.ui.Image; import laya.utils.Tween; /** *ImageRunTime逻辑类 * @author mengjia * */ public cl...
来源: Laya2.0_文档 发布时间: 20210714