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

大约有 1,627 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0072 秒)

1561. laya.ui.ScrollBar [ 37%]

...only] 返回鼠标在此对象坐标系上的 Y 轴坐标信息。 Sprite name : String节点名称。Node numChildren : int[read-only] 子对象数量。 Node parent : Node[read-only] 父节点。Node pivotX : NumberX轴 轴心点的位置,单位为像素,默认为0。轴心点会影响对...

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

1562. 批量销毁释放内存(JavaScript-3D基础(JS)-LayaAir3D的内存管理) [ 37%]

...ps://layaair.ldc.layabox.com/demo2/?language=ch&category=3d&group=Resource&name=GarbageCollection)) ```typescript function(e:Event) { this._castType++; this._castType %= 2; switch (this._castType) { case 0: (e.target as Button).label = "释放显存"; this.loadScene(); break; case 1: (e.target as ...

来源: Laya2.0_文档 发布时间: 20210715

1563. laya.ui.Button [ 37%]

...only] 返回鼠标在此对象坐标系上的 Y 轴坐标信息。 Sprite name : String节点名称。Node numChildren : int[read-only] 子对象数量。 Node optimizeScrollRect : Boolean 指定是否对使用了 scrollRect 的显示对象进行优化处理。默认为false(不优化)。 当值...

来源: laya_api 发布时间: 20170929

1564. laya.ui.ComboBox [ 36%]

...only] 返回鼠标在此对象坐标系上的 Y 轴坐标信息。 Sprite name : String节点名称。Node numChildren : int[read-only] 子对象数量。 Node parent : Node[read-only] 父节点。Node pivotX : NumberX轴 轴心点的位置,单位为像素,默认为0。轴心点会影响对...

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

1565. 学会编写d.ts声明文件(TypeScript-IDE篇(TS)-代码模式基础) [ 36%]

...are class` 声明全局类 - `declare module`声明全局模块 - `declare namespace` 声明全局对象(含有子属性) - `interface 和 type` 声明全局类型 通过以上语法,我们可以看出,类型定义文件里的声名基本上都是通过declare,它用于作用域的(模...

来源: Laya2.0_文档 发布时间: 20210715

1566. 加载-销毁Texture使用的图片资源 [ 36%]

...royed = true; this.txt.text = "恢复"; } } } new Loader_ClearTextureRes();namespace leo { import Sprite = laya.display.Sprite; import Animation = laya.display.Animation; import Text = laya.display.Text; import Stage = laya.display.Stage; import Browser = laya.utils.Browser; import Stat = laya.utils...

来源: Laya2.0_示例 发布时间: 20251219

1567. laya.ui.Button [ 36%]

...only] 返回鼠标在此对象坐标系上的 Y 轴坐标信息。 Sprite name : String节点名称。Node numChildren : int[read-only] 子对象数量。 Node parent : Node[read-only] 父节点。Node pivotX : NumberX轴 轴心点的位置,单位为像素,默认为0。轴心点会影响对...

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

1568. 批量销毁释放内存(ActionScript-3D基础(AS3)-LayaAir3D的内存管理) [ 36%]

...ps://layaair.ldc.layabox.com/demo2/?language=ch&category=3d&group=Resource&name=GarbageCollection)) ```typescript function(e:Event):void { _castType++; _castType %= 2; switch (_castType) { case 0: (e.target as Button).label = "释放显存"; loadScene(); break; case 1: (e.target as Button).label =...

来源: Laya2.0_文档 发布时间: 20210715

1569. laya.ui.TextInput [ 36%]

... 值为true表示当前是文本域,否则不是文本域。 TextInput name : String节点名称。Node numChildren : int[read-only] 子对象数量。 Node overflow : String overflow 指定文本超出文本域后的行为。其值为"hidden"、"visible"和"scroll"之一。 性能从高到低...

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

1570. 批量销毁释放内存(TypeScript-3D基础(TS)-LayaAir3D的内存管理) [ 36%]

...ps://layaair.ldc.layabox.com/demo2/?language=ch&category=3d&group=Resource&name=GarbageCollection)) ```typescript function(e:Laya.Event):void { this._castType++; this._castType %= 2; switch (this._castType) { case 0: (e.target as Button).label = "释放显存"; this.loadScene(); break; case 1: (e....

来源: Laya2.0_文档 发布时间: 20210715