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

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

481. 通用发布 · LayaAir3.0文档 · LAYABOX [ 16%]

...reateElement("img"); //设置样式 img.style = "position:absolute;left:10;top:10;cursor:pointer;"; //指定资源地址 img.src = Laya.URL.postFormatURL(Laya.URL.formatURL("resources/bg2.png")); //设置img元素的属性 img.setAttribute("onclick", "this.style.display=\'none\'"); //添加到页面...

来源: Laya3.0_文档 发布时间: 20241014

482. 和原生Dom交互 · LayaAir3.0文档 · LAYABOX [ 16%]

...style.zIndex = 100;//设置层级 iframe.style.left ="100px"; iframe.style.top ="100px"; iframe.src = "http://ask.layaair.com/"; Laya.Browser.document.body.appendChild(iframe); 这里面需要提醒开发者的就是定位和层级要记得设置。很多开发者不注意导致iframe跑到游戏层...

来源: Laya3.0_文档 发布时间: 20241014

483. laya.ui.Button [ 16%]

...来实现自定义样式的鼠标提示和参数携带等。 UIComponent top : Number 从组件顶边到其内容区域顶边之间的垂直距离(以像素为单位)。 UIComponent transform : Matrix 对象的矩阵信息。通过设置矩阵可以实现节点旋转,缩放,位移效果。...

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

484. laya.ui.Dialog [ 16%]

...图片,然后显示 Sprite timer : Timer[override] 场景时钟Scene top : Number 从组件顶边到其内容区域顶边之间的垂直距离(以像素为单位)。 View transform : Matrix 对象的矩阵信息。通过设置矩阵可以实现节点旋转,缩放,位移效果。 矩阵...

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

485. laya.ui.List [ 15%]

...用来实现自定义样式的鼠标提示和参数携带等。 Component top : Number 从组件顶边到其内容区域顶边之间的垂直距离(以像素为单位)。 Component  totalPage : int = 0最大分页数。List transform : Matrix 对象的矩阵信息。通过设置矩阵可以...

来源: laya_api 发布时间: 20170929

486. laya.display.Input [ 15%]

...。Text valign : String 表示文本的垂直显示方式。 取值: "top": 居顶部对齐显示。 "middle": 居中对齐显示。 "bottom": 居底部对齐显示。 Text viewport : Rectangle 视口大小,视口外的子对象,将不被渲染(如果想实现裁剪效果,请使用sr...

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

487. laya.display.Text_API3.0 [ 15%]

...scaleX set_scaleY set_transform set_visible set_width size skew startDrag stopDrag timerLoop timerOnce toParentPoint typeset updateZOrder fromImage registerBitmapFont unregisterBitmapFont Constructors constructor new Text(): Text Overrides Sprite.constructor Defined in laya/display/Text.ts:203 创...

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

488. laya.ui.List [ 15%]

...来实现自定义样式的鼠标提示和参数携带等。 UIComponent top : Number 从组件顶边到其内容区域顶边之间的垂直距离(以像素为单位)。 UIComponent  totalPage : int = 0最大分页数。List transform : Matrix 对象的矩阵信息。通过设置矩阵可以...

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

489. laya.display.Input_API3.0 [ 14%]

...scaleX set_scaleY set_transform set_visible set_width size skew startDrag stopDrag timerLoop timerOnce toParentPoint typeset updateZOrder fromImage registerBitmapFont unregisterBitmapFont Constructors constructor new Input(): Input Overrides Text.constructor Defined in laya/display/Input.ts:102 创...

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

490. laya.display.Input [ 14%]

...tringText valign : String 表示文本的垂直显示方式。 取值: "top": 居顶部对齐显示。 "middle": 居中对齐显示。 "bottom": 居底部对齐显示。 Text viewport : Rectangle = null 视口大小,视口外的子对象,将不被渲染(如果想实现裁剪效果,...

来源: laya_api 发布时间: 20170929