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

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

541. LayaAir和原生DOM交互(ActionScript-2D进阶篇(AS3)-扩展模块) [ 16%]

...这个不能少。 iframe.style.zIndex = 100;//设置层级 iframe.style.left ="100px"; iframe.style.top ="100px"; iframe.src = "http://ask.layabox.com/"; Browser.document.body.appendChild(iframe); } } } ``` ​ 这里面需要提醒开发者的就是定位和层级要记得设置。很多开发者...

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

542. laya.ui.ComboBox [ 16%]

...omboBox 组件所包含的 Button 组件的标签字体大小。 ComboBox left : Number 从组件左边到其内容区域左边之间的水平距离(以像素为单位)。 UIComponent  list : List 获取对 ComboBox 组件所包含的 List 列表组件的引用。 ComboBox mask : Sprite 遮...

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

543. 通用发布 · LayaAir3.0文档 · LAYABOX [ 15%]

...cument.createElement("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

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

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

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

545. laya.ui.Button [ 15%]

...颜色,以字符串表示。 默认值为 "#000000"(黑色); Button left : Number 从组件左边到其内容区域左边之间的水平距离(以像素为单位)。 UIComponent mask : Sprite 遮罩,可以设置一个对象(支持位图和矢量图),根据对象形状进行遮罩显...

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

546. laya.ui.Dialog [ 15%]

...e。Dialog  isShowEffect : Boolean = true是否显示弹出效果Dialog left : Number 从组件左边到其内容区域左边之间的水平距离(以像素为单位)。 View  manager : DialogManager[static] 对话框管理容器,所有的对话框都在该容器内,并且受管理器...

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

547. laya.ui.List [ 15%]

... List layoutEnabled : Boolean = true 是否启用相对布局 Component left : Number 从组件左边到其内容区域左边之间的水平距离(以像素为单位)。 Component  length : int[read-only] 列表的数据总个数。 List mask : Sprite 遮罩,可以设置一个对象(支...

来源: laya_api 发布时间: 20170929

548. 绘制图形 · LayaAir3.0文档 · LAYABOX [ 15%]

...,比如"#ff0000"。 * @param textAlign 文本对齐方式,可选值:"left","center","right"。 */ fillText(text: string | WordText, x: number, y: number, font: string, color: string, textAlign: string): FillTextCmd { return this.addCmd(FillTextCmd.create(text, x, y, font, color, textAlign,...

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

549. laya.display.Input [ 14%]

...。 Node align : String 表示文本的水平显示方式。 取值: "left": 居左对齐显示。 "center": 居中对齐显示。 "right": 居右对齐显示。 Text alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite autoSize ...

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

550. laya.display.Text_API3.0 [ 14%]

...oSize hitTestPrior ignoreLang mouseThrough name tag ELLIPSIS HIDDEN RightToLeft SCROLL SHRINK VISIBLE _passwordChar drawtocanvCtx langPacks Accessors _isHeightSet _isWidthSet active activeInHierarchy align alpha anchorX anchorY bgColor blendMode bold borderColor cacheAs color components customRender...

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