大约有 557 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0045 秒)
Laya3.0_api(201) Laya_社区(190) Laya2.0_api(62) laya_api(51) Laya3.0_文档(23) Laya2.0_文档(18) Laya_示例(7) Laya2.0_示例(5)
...三步: 第一步:所有的界面元素在IDE已设置好up/bottom/left/right/centerX/centerY以及layoutEnabled属性 第二步、PC使用showall,手机使用fixedwidth模式,就是下面的custom模式,这个模式是我自己有小改动(只是设置了canvas尺寸与屏幕尺...
来源: Laya_社区 发布时间: 20180404
...也是鸟 • 2018-05-23 17:28 @Laya_Aaron:这个是用来控制top,bottom,left,right的吧,默认是开启的。更复杂的适配布局我估计只能在代码里做调整了 Laya_Aaron • 2018-05-23 17:28 @苍蝇也是鸟:那就只能是代码里调整了 苍蝇也是鸟 • 2018-05-23 17:28 @...
来源: Laya_社区 发布时间: 20180523
...件检测依据。 Stage对象和UI的View组件默认为true。 Sprite left : Number 从组件左边到其内容区域左边之间的水平距离(以像素为单位)。 UIComponent mask : Sprite 遮罩,可以设置一个对象(支持位图和矢量图),根据对象形状进行遮罩显...
来源: Laya2.0_api 发布时间: 20190513
...文本格式的文本段落的水平对齐方式。 The default value is "left".asPasswordproperty public var asPassword:Boolean 指定文本字段是否是密码文本字段。 如果此属性的值为 true,则文本字段被视为密码文本字段,并使用星号而不是实际字符来隐...
来源: Laya2.0_api 发布时间: 20190513
...Vector2):Number 求两个二维向量的点积。 Parameters a:Vector2 — left向量。 b:Vector2 — right向量。 ReturnsNumber — 点积。 forNativeElement()method public function forNativeElement(nativeElements:Float32Array = null):void Parameters nativeElements:Float32Array (default = n...
来源: Laya2.0_api 发布时间: 20190513
...te layoutEnabled : Boolean = true 是否启用相对布局 Component left : Number 从组件左边到其内容区域左边之间的水平距离(以像素为单位)。 Component mask : Sprite 遮罩,可以设置一个对象(支持位图和矢量图),根据对象形状进行遮罩显示...
来源: laya_api 发布时间: 20170929
...creenMode:string="none"; static alignV:string="top"; static alignH:string="left"; static startScene:any="mainscene.scene"; static sceneRoot:string=""; static debug:boolean=false; static stat:boolean=false; static physicsDebug:boolean=false; static exportSceneToJson:boolean=false; constructor(){} sta...
来源: Laya_社区 发布时间: 20181014
...0,80); text.pivotY=text.height>>1; text.valign="middle"; text.align="left"; text.borderColor="#ffffff"; text.text="hello!LayaBox!"; text.font=mFontName; Laya.stage.addChild(text); } } }测试结果: 1、value=top 2、value=middle 3、value=bottome 总结:并未发现你所说的问...
来源: Laya_社区 发布时间: 20161116
....wordWrap = false this.html.style.lineHeight = 55 this.html.style.align = "left" this.html.style.color = "#fff" this.html.innerHTML = "" this.hornBox.addChild(this.html) this.addChild(this.hornBox) } /** 滚动动画 */ private _animate(e: Event): void { const _w = this.html.width const _x = this.ht...
来源: Laya_社区 发布时间: 20180314
...itorInfo="compId=25"/> </Image> <Image y="338" x="57" var="headLeft" skin="setting/server_run_left_1.png" editorInfo="compId=29"/> <Image y="338" x="604" var="headRight" skin="setting/server_run_right.png" editorInfo="compId=27"/> </Dialog> Dialog作为最层 元素 201...
来源: Laya_社区 发布时间: 20170221