大约有 95 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0052 秒)
...用cacheAs代替。 Sprite centerX : Number 在父容器中,此对象的水平方向中轴线与父容器的水平方向中心线的距离(以像素为单位)。 Component centerY : Number 在父容器中,此对象的垂直方向中轴线与父容器的垂直方向中心线的距离(以...
来源: laya_api 发布时间: 20170929
...nderTarget支持。 Sprite centerX : Number 在父容器中,此对象的水平方向中轴线与父容器的水平方向中心线的距离(以像素为单位)。 UIComponent centerY : Number 在父容器中,此对象的垂直方向中轴线与父容器的垂直方向中心线的距离(...
来源: Laya2.0_api 发布时间: 20190513
...LayoutBox Box UIComponent Sprite Node EventDispatcher Object HBox 是一个水平布局容器类。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHierarchy : Boolean[read-only] 获...
来源: Laya2.0_api 发布时间: 20190513
...填充。 group 加载分组,设置后可以按组管理资源。 align 水平对齐方式,共有三种方式。left:居左对齐,center:居中对齐,right:居右对齐。 sheet 位图内容范围,位图内容在有换行时需要在换行的位置添加空格。 value 位图数字...
来源: Laya3.0_文档 发布时间: 20241014
...//设置横竖屏 Laya.stage.screenMode = Stage.SCREEN_HORIZONTAL; //设置水平对齐 Laya.stage.alignH = "center"; //设置垂直对齐 Laya.stage.alignV = "middle"; 旧巷暖阳 • 2018-07-04 17:50 @cuixueying:兄弟我就是用这个但是在ipnnex上不居中这个有办...
来源: Laya_社区 发布时间: 20170119
...以勾选模板,能够在字符串中使用变量 align 对齐方式,水平对齐(align)分别是left(居左对齐)、center(居中对齐)、right(居右对齐);垂直对齐(valign)分别是top(居顶对齐)、middle(居中对齐)、bottom(居底对齐) bgColor 背景颜...
来源: Laya3.0_文档 发布时间: 20241014
...age.bgColor='#EEFFCC';//设置舞台背景色 Laya.stage.alignH='center';//水平居中对齐 Laya.stage.alignV='middle';//垂直居中对齐 Laya.stage.scaleMode='showall';//缩放模式 Laya.stage.screenMode='horizontal';//竖屏显示 templete=new Templet();//实例化动画模板 templete.loadAn...
来源: Laya_社区 发布时间: 20170324
...用cacheAs代替。 Sprite centerX : Number 在父容器中,此对象的水平方向中轴线与父容器的水平方向中心线的距离(以像素为单位)。 Component centerY : Number 在父容器中,此对象的垂直方向中轴线与父容器的垂直方向中心线的距离(以...
来源: laya_api 发布时间: 20170929
...nderTarget支持。 Sprite centerX : Number 在父容器中,此对象的水平方向中轴线与父容器的水平方向中心线的距离(以像素为单位)。 View centerY : Number 在父容器中,此对象的垂直方向中轴线与父容器的垂直方向中心线的距离(以像素...
来源: Laya2.0_api 发布时间: 20190513
...{ Laya.init(800, 600); Laya.stage.bgColor = null; //背景透明 } //画布水平居中对齐 Laya.stage.alignH = Laya.Stage.ALIGN_CENTER; //画布垂直居中对齐 Laya.stage.alignV = Laya.Stage.ALIGN_MIDDLE; //设置适配模式 Laya.stage.scaleMode = Laya.Stage.SCALE_SHOWALL; //设置横竖屏 L...
来源: Laya_社区 发布时间: 20170803