• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 5,255 项符合查询结果, 库内数据总量为 30,903 项。 (搜索耗时: 0.0132 秒)

301. laya.display.Sprite_API3.0 [ 85%]

...lass Sprite Sprite 是基本的显示图形的显示列表节点。 Sprite 默认没有宽高,默认不接受鼠标事件。通过 graphics 可以绘制图片或者矢量图,支持旋转,缩放,位移等操作。Sprite同时也是容器类,可用来添加多个子节点。 注意: Sprite...

来源: Laya3.0_api 发布时间: 20231115

302. laya.display.Stage [ 85%]

...lic Properties PropertyDefined By  alignH : String 水平对齐方式。默认值为"left"。 取值范围: "left" :居左对齐; "center" :居中对齐; "right" :居右对齐; Stage  alignV : String 垂直对齐方式。默认值为"top"。 取值范围: "top" :居顶部对...

来源: laya_api 发布时间: 20170929

303. laya.ui.Clip [ 84%]

...取在场景中是否激活。 Node alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite anchorX : NumberX锚点,值为0-1,设置anchorX值最终通过pivotX值来改变节点轴心点。UIComponent anchorY : NumberY锚点,值为0-...

来源: Laya2.0_api 发布时间: 20190513

304. laya.ui.VBox [ 84%]

...g 子对象对齐方式。LayoutBox alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite anchorX : NumberX锚点,值为0-1,设置anchorX值最终通过pivotX值来改变节点轴心点。UIComponent anchorY : NumberY锚点,值为0-...

来源: Laya2.0_api 发布时间: 20190513

305. laya.ui.Tab_API3.0 [ 84%]

...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

306. laya.ui.UIComponent [ 84%]

...取在场景中是否激活。 Node alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite  anchorX : NumberX锚点,值为0-1,设置anchorX值最终通过pivotX值来改变节点轴心点。UIComponent  anchorY : NumberY锚点,值...

来源: Laya2.0_api 发布时间: 20190513

307. laya.ui.UIGroup_API3.0 [ 84%]

...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

308. laya.d3.math.MathUtils3D [ 84%]

...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

309. laya.d3.math.MathUtils3D [ 84%]

...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

310. laya.ui.View [ 84%]

...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