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

大约有 1,873 项符合查询结果, 库内数据总量为 31,624 项。 (搜索耗时: 0.0071 秒)

1161. iphoneX的圆形图片拉伸问题 [ 58%]

...背景图片做个大一点的。长一点的,UI 位置摆好,用fixed_width 比较好。 2018-08-02 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 黄奕 相关问题 【屏幕适配】在LayaAir上面是竖屏,为什么到微信...

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

1162. graphics怎么画透明色 [ 58%]

...(); graphics.save(); graphics.alpha(0.6); graphics.drawRect(0,0,Laya.stage.width,Laya.stage.height,'#000000'); graphics.restore(); sprite.graphics=graphics; 2018-12-19 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 dz5566 相关问题 ip...

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

1163. 缓动-缓动函数演示 [ 58%]

...ntroller() { const Event = Laya.Event; let durationInput = this.createInputWidthLabel("Duration:", '2000', 400, 10); durationInput.on(Event.INPUT, this, function() { duration = parseInt(durationInput.text); }); } createInputWidthLabel(label, prompt, x, y) { const Text = Laya.Text, Input = Laya.Input...

来源: Laya2.0_示例 发布时间: 20251218

1164. runTime使用(JavaScript-IDE篇(JS)-组件化开发相关) [ 58%]

...据IDE设置初始化引擎 if (window["Laya3D"]) Laya3D.init(GameConfig.width, GameConfig.height); else Laya.init(GameConfig.width, GameConfig.height, Laya["WebGL"]); Laya["Physics"] && Laya["Physics"].enable(); Laya["DebugPanel"] && Laya["DebugPanel"].enable(); Laya.stage.scaleMode = GameConfig.sc...

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

1165. laya.ui.HSlider_API3.0 [ 58%]

...al mouseThrough name showLabel tag drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy allowClickBack alpha anchorX anchorY bar blendMode bottom cacheAs centerX centerY components customRenderEnable dataSource destroyed disabled displayHeight displayWidth displayedInStage drawC...

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

1166. laya.ui.CheckBox [ 58%]

...read-only] 对象的显示高度(以像素为单位)。 Sprite displayWidth : Number[read-only] 对象的显示宽度(以像素为单位)。 Sprite drawCallOptimize : BooleanSprite filters : Array滤镜集合。可以设置多个滤镜组合。Sprite globalRotation : Number[read-only] ...

来源: Laya2.0_api 发布时间: 20190513

1167. laya.ui.VSlider_API3.0 [ 58%]

...al mouseThrough name showLabel tag drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy allowClickBack alpha anchorX anchorY bar blendMode bottom cacheAs centerX centerY components customRenderEnable dataSource destroyed disabled displayHeight displayWidth displayedInStage drawC...

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

1168. laya.ui.ScrollBar_API3.0 [ 58%]

...gLimit triggerUpDragLimit upButton drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY blendMode bottom cacheAs centerX centerY components customRenderEnable dataSource destroyed disabled displayHeight displayWidth displayedInStage drawCallOptimize filters...

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

1169. 缓动-缓动函数演示 [ 58%]

...); } function createDurationCrontroller() { var durationInput = createInputWidthLabel("Duration:", '2000', 400, 10); durationInput.on(Event.INPUT, this, function() { duration = parseInt(durationInput.text); }); } function createInputWidthLabel(label, prompt, x, y) { var text = new Text(); text.text ...

来源: Laya_示例 发布时间: 20251218

1170. protobuf 怎么设置值呢 [ 58%]

...多一点话就不能滚动查看内容 screenMode 设置成vertical后,width和hight获取问题 3D模型的锚点设置无效 问题状态 最新活动: 2018-06-27 16:33 浏览: 809 关注: 2 人

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