大约有 1,054 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0064 秒)
Laya_社区(387) Laya2.0_api(241) laya_api(189) Laya2.0_文档(81) Laya_示例(65) Laya2.0_示例(51) Laya3.0_api(32) Laya3.0_文档(8)
...= Arial[static] 默认文本字体,默认为ArialText defaultFontSize : int = 12[static] 默认文本大小,默认为12Text destroyed : Boolean = false[只读]是否已经销毁。对象销毁后不能再使用。Node displayedInStage : Boolean[read-only] 表示是否在显示列表中显示...
来源: Laya2.0_api 发布时间: 20190513
...ee alsolaya.net.LoaderPublic Properties PropertyDefined By maxLoader : int = 5 最大下载线程,默认为5个LoaderManager retryDelay : int = 0 延迟时间多久再进行错误重试,默认立即重试LoaderManager retryNum : int = 1 加载出错后的重试次数,默认重试一...
来源: Laya2.0_api 发布时间: 20190513
...轴坐标信息。 Sprite name : String节点名称。Node numChildren : int[read-only] 子对象数量。 Node parent : Node[read-only] 父节点。Node pivotX : NumberX轴 轴心点的位置,单位为像素,默认为0。轴心点会影响对象位置,缩放中心,旋转中心。Sprite...
来源: Laya2.0_api 发布时间: 20190513
...pertyDefined By alphaBlending : Number 获取透明混合度。 Sky colorIntensity : Number 获取颜色强度。 Sky envDiffuseSHBlue : Float32Array[write-only] Sky envDiffuseSHGreen : Float32Array[write-only] Sky envDiffuseSHRed : Float32Array[write-only] Sky environmentDiffuse : BaseTexture...
来源: laya_api 发布时间: 20170929
....as class TextRender getFontSizeInfo 函数,最后部分 var xoff:int = Math.max( orix - pixelBBX[0], 0); var yoff:int = Math.max( oriy - pixelBBX[1], 0); var bbxw:int = pixelBBX[2] - pixelBBX[0]; var bbxh:int = pixelBBX[3] - pixelBBX[1]+1; 原来没有+1,如果不够可以...
来源: Laya_社区 发布时间: 20190707
...轴坐标信息。 Sprite name : String节点名称。Node numChildren : int[read-only] 子对象数量。 Node parent : Node[read-only] 父节点。Node pivotX : NumberX轴 轴心点的位置,单位为像素,默认为0。轴心点会影响对象位置,缩放中心,旋转中心。Sprite...
来源: Laya2.0_api 发布时间: 20190513
...var dialog_mc:Sprite = new Sprite(); Laya.stage.addChild(dialog_mc); var w:int = 110; var h:int = 40; var btn:Sprite = new Sprite(); btn.size(w, h); btn.graphics.drawRect((stageWd - w) * 0.5, (stageHt - h) * 0.5-50, w, h, "#FF7F50"); btn.graphics.fillText("确 定", (stageWd) * 0.5 , (stageHt - h) *...
来源: Laya_社区 发布时间: 20170120
...式:"上边距,右边距,下边距,左边距"。 Button labelSize : int 表示按钮文本标签的字体大小。 Button labelStroke : Number 描边宽度(以像素为单位)。 默认值0,表示不描边。 Button labelStrokeColor : String 描边颜色,以字符串表示。 默...
来源: Laya2.0_api 发布时间: 20190513
嵌套类型的protobuf报错 message LoginResult { required int32 result = 1; optional string authToken = 2; repeated ServerInfo serverList = 3; optional int32 platformErrorCode = 4; optional string par1 = 5; optional string par2 = 6; optional string recommendedUId = 7; } message Ser...
来源: Laya_社区 发布时间: 20170118
...轴坐标信息。 Sprite name : String节点名称。Node numChildren : int[read-only] 子对象数量。 Node optimizeScrollRect : Boolean 指定是否对使用了 scrollRect 的显示对象进行优化处理。默认为false(不优化)。 当值为ture时:将对此对象使用了scrollRect ...
来源: laya_api 发布时间: 20170422