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

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

261. 求解锁【自定义组件】的正确姿势 [ 58%]

...这篇文档 http://ldc.layabox.com/index.php?m=content&c=index&a=show&catid=154&id=335 以及下载最新的ide https://github.com/layabox/layaair-ide-ui .我编辑器用的是最新的1.6beta 第一步就卡住了,没有生成正确的laya.customUI.js文件。编译阶段直接...

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

262. 在AS中写JS代码,这种方式还能用么? [ 58%]

...: http://layaflash.ldc.layabox.com/index.php?m=content&c=index&a=show&catid=6&id=9 找到这个界面了。 2017-04-01 0 1 分享 微博 QZONE 微信 cuixueying 赞同来自: 可以用 ,你可以亲自测试下! 2017-04-01 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个...

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

263. laya.ui.TextArea [ 58%]

...示和输入文本。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHierarchy : Boolean[read-only] 获取在场景中是否激活。 Node align : String 表示文本的水平显示...

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

264. laya.ui.Panel [ 58%]

...个面板容器类。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHierarchy : Boolean[read-only] 获取在场景中是否激活。 Node alpha : Number透明度,值为0-1,默...

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

265. laya.display.FrameAnimation [ 58%]

...作的节点动画。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHierarchy : Boolean[read-only] 获取在场景中是否激活。 Node alpha : Number透明度,值为0-1,默...

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

266. laya.ui.TextArea [ 57%]

...示和输入文本。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By align : String 表示文本的水平显示方式。 取值: "left": 居左对齐显示。 "center": 居中对齐显示。 "right": 居右对齐显示。 Label alpha...

来源: laya_api 发布时间: 20170929

267. qq小程序卡片广告 [ 57%]

... console.log('激励视频加载成功');                 videoAd.show().then(() => {                   console.log('激励视频 广告显示成功')                 })                 .catch(err => {                   console.log('激励视频 广告...

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

268. Laya.Event.RESIZE 栈溢出问题 [ 57%]

...'; Laya.stage.alignH = 'center'; Laya.stage.bgColor = '#ff00ff'; Laya.Stat.show(0, 0); Laya.stage.on(Laya.Event.RESIZE, Laya.stage, ()=>{ console.log(111) Laya.stage.width = 600 * Laya.Browser.pixelRatio; }) } } new GameMain(); 2018-05-25 添加评论 免费帖 --> 分享 微博 QZONE 微信 没...

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

269. laya.ui.AutoBitmap [ 57%]

...,供UI组件使用。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By cmds : ArrayGraphics  height : Number 表示显示对象的高度,以像素为单位。 AutoBitmap  sizeGrid : Array 当前实例的有效缩放网格数据。 如...

来源: laya_api 发布时间: 20170929

270. 游戏在个别电脑上帧频达到120帧是什么情况 [ 57%]

... 一点一滴 赞同来自: 120帧,不可能吧,你看错了吧。stat.show 第一排的第二个数字是渲染延迟,第一个才是帧频。你需要在确认下。 2018-05-16 0 0 分享 微博 QZONE 微信 kezhiyu 赞同来自: 我估计你是启用了两个renderframe,查看下 是否...

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