大约有 491 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0079 秒)
Laya_社区(200) Laya3.0_api(175) Laya2.0_api(43) laya_api(39) Laya3.0_文档(14) Laya2.0_文档(11) Laya2.0_示例(7) Laya_示例(2)
...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
...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
...来实现自定义样式的鼠标提示和参数携带等。 UIComponent top : Number 从组件顶边到其内容区域顶边之间的垂直距离(以像素为单位)。 UIComponent transform : Matrix 对象的矩阵信息。通过设置矩阵可以实现节点旋转,缩放,位移效果。...
来源: Laya2.0_api 发布时间: 20190513
...图片,然后显示 Sprite timer : Timer[override] 场景时钟Scene top : Number 从组件顶边到其内容区域顶边之间的垂直距离(以像素为单位)。 View transform : Matrix 对象的矩阵信息。通过设置矩阵可以实现节点旋转,缩放,位移效果。 矩阵...
来源: Laya2.0_api 发布时间: 20190513
...用来实现自定义样式的鼠标提示和参数携带等。 Component top : Number 从组件顶边到其内容区域顶边之间的垂直距离(以像素为单位)。 Component totalPage : int = 0最大分页数。List transform : Matrix 对象的矩阵信息。通过设置矩阵可以...
来源: laya_api 发布时间: 20170929
...。Text valign : String 表示文本的垂直显示方式。 取值: "top": 居顶部对齐显示。 "middle": 居中对齐显示。 "bottom": 居底部对齐显示。 Text viewport : Rectangle 视口大小,视口外的子对象,将不被渲染(如果想实现裁剪效果,请使用sr...
来源: Laya2.0_api 发布时间: 20190513
...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
...来实现自定义样式的鼠标提示和参数携带等。 UIComponent top : Number 从组件顶边到其内容区域顶边之间的垂直距离(以像素为单位)。 UIComponent totalPage : int = 0最大分页数。List transform : Matrix 对象的矩阵信息。通过设置矩阵可以...
来源: Laya2.0_api 发布时间: 20190513
...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
...tringText valign : String 表示文本的垂直显示方式。 取值: "top": 居顶部对齐显示。 "middle": 居中对齐显示。 "bottom": 居底部对齐显示。 Text viewport : Rectangle = null 视口大小,视口外的子对象,将不被渲染(如果想实现裁剪效果,...
来源: laya_api 发布时间: 20170929