大约有 457 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0069 秒)
Laya_社区(129) Laya3.0_api(128) laya_api(98) Laya2.0_api(81) Laya2.0_文档(11) Laya3.0_文档(8) Laya_示例(2)
...图片地址,则会自动加载图片,然后显示 Sprite transform : Matrix 对象的矩阵信息。通过设置矩阵可以实现节点旋转,缩放,位移效果。 矩阵更多信息请参考 Matrix Sprite viewport : Rectangle 视口大小,视口外的子对象,将不被渲染(如...
来源: Laya2.0_api 发布时间: 20190513
...。 UIComponent totalPage : int = 0最大分页数。List transform : Matrix 对象的矩阵信息。通过设置矩阵可以实现节点旋转,缩放,位移效果。 矩阵更多信息请参考 Matrix Sprite viewport : Rectangle 视口大小,视口外的子对象,将不被渲染(如果...
来源: Laya2.0_api 发布时间: 20190513
...: Transform3D = destSprite3D.transform; if (worldPositionStays) { var worldMatrix: Matrix4x4 = transform.worldMatrix; original.transform.worldMatrix.cloneTo(worldMatrix); transform.worldMatrix = worldMatrix; } else { (position) && (transform.position = position); (rotation) && (trans...
来源: Laya3.0_文档 发布时间: 20251010
...xt timer : Timer时间控制器,默认为Laya.timer。Node transform : Matrix 对象的矩阵信息。通过设置矩阵可以实现节点旋转,缩放,位移效果。 矩阵更多信息请参考 Matrix Sprite type : String 输入框类型为Input静态常量之一。 TYPE_TEXT TYPE_PASSW...
来源: laya_api 发布时间: 20170929
...xt timer : Timer时间控制器,默认为Laya.timer。Node transform : Matrix 对象的矩阵信息。通过设置矩阵可以实现节点旋转,缩放,位移效果。 矩阵更多信息请参考 Matrix Sprite underline : Boolean = false 是否显示下划线。 Text underlineColor : S...
来源: laya_api 发布时间: 20170929
...read-only] 表示文本的宽度,以像素为单位。 Text transform : Matrix 对象的矩阵信息。通过设置矩阵可以实现节点旋转,缩放,位移效果。 矩阵更多信息请参考 Matrix Sprite underline : Boolean是否显示下划线。Text underlineColor : String下...
来源: Laya2.0_api 发布时间: 20190513
...essage); } static _onMessage(data) { switch (data.type) { case "changeMatrix": Laya.Laya.stage.transform.identity(); Laya.Laya.stage._width = data.w; Laya.Laya.stage._height = data.h; Laya.Laya.stage._canvasTransform = new Laya.Matrix(data.a, data.b, data.c, data.d, data.tx, data.ty); brea...
来源: Laya_社区 发布时间: 20200103