大约有 5,255 项符合查询结果, 库内数据总量为 30,903 项。 (搜索耗时: 0.0132 秒)
Laya_社区(4369) Laya2.0_文档(299) Laya3.0_api(212) Laya2.0_api(150) Laya3.0_文档(114) laya_api(103) Laya_示例(4) Laya2.0_示例(4)
...lass Sprite Sprite 是基本的显示图形的显示列表节点。 Sprite 默认没有宽高,默认不接受鼠标事件。通过 graphics 可以绘制图片或者矢量图,支持旋转,缩放,位移等操作。Sprite同时也是容器类,可用来添加多个子节点。 注意: Sprite...
来源: Laya3.0_api 发布时间: 20231115
...lic Properties PropertyDefined By alignH : String 水平对齐方式。默认值为"left"。 取值范围: "left" :居左对齐; "center" :居中对齐; "right" :居右对齐; Stage alignV : String 垂直对齐方式。默认值为"top"。 取值范围: "top" :居顶部对...
来源: laya_api 发布时间: 20170929
...取在场景中是否激活。 Node alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite anchorX : NumberX锚点,值为0-1,设置anchorX值最终通过pivotX值来改变节点轴心点。UIComponent anchorY : NumberY锚点,值为0-...
来源: Laya2.0_api 发布时间: 20190513
...g 子对象对齐方式。LayoutBox alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite anchorX : NumberX锚点,值为0-1,设置anchorX值最终通过pivotX值来改变节点轴心点。UIComponent anchorY : NumberY锚点,值为0-...
来源: Laya2.0_api 发布时间: 20190513
...ab Tab 组件用来定义选项卡按钮组。 * 属性:selectedIndex 的默认值为-1。 example 以下示例代码,创建了一个 Tab 实例。 package { import laya.ui.Tab; import laya.utils.Handler; public class Tab_Example { public function Tab_Example() { Laya.init(640, 800);//设置游...
来源: Laya3.0_api 发布时间: 20231115
...取在场景中是否激活。 Node alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite anchorX : NumberX锚点,值为0-1,设置anchorX值最终通过pivotX值来改变节点轴心点。UIComponent anchorY : NumberY锚点,值...
来源: Laya2.0_api 发布时间: 20190513
...ss UIGroup Group 是一个可以自动布局的项集合控件。 Group 的默认项对象为 Button 类实例。 Group 是 Tab 和 RadioGroup 的基类。 Hierarchy Box UIGroup RadioGroup Tab Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrio...
来源: Laya3.0_api 发布时间: 20231115
...ConstantDefined By MaxValue : Number = 3.40282347e+38[static] 浮点数默认最大值MathUtils3D MinValue : Number = -3.40282347e+38[static] 浮点数默认最小值MathUtils3D zeroTolerance : Number = 1e-6[static] 单精度浮点(float)零的容差MathUtils3DConstructor DetailMathUtils3D(...
来源: laya_api 发布时间: 20170929
...ConstantDefined By MaxValue : Number = 3.40282347e+38[static] 浮点数默认最大值MathUtils3D MinValue : Number = -3.40282347e+38[static] 浮点数默认最小值MathUtils3D zeroTolerance : Number = 1e-6[static] 单精度浮点(float)零的容差MathUtils3DConstructor DetailMathUtils3D(...
来源: Laya2.0_api 发布时间: 20190513
...blic Properties PropertyDefined By alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite anchorX : NumberX轴锚点,值为0-1Component anchorY : NumberY轴锚点,值为0-1Component autoSize : Boolean = false 指定是否自动计算...
来源: laya_api 发布时间: 20170929