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

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

281. 位图切片组件 · LayaAir3.0文档 · LAYABOX [ 54%]

...源时,等高切割的份数。 index 切片动画当前显示动画帧索引。 interval 切片动画的播放时间间隔。 skin 切片动画的纹理。 sizeGrid 图像资源的有效网格数据(九宫格数据)。 group 加载分组,设置后可以按组管理资源。 这里使用Laya...

来源: Laya3.0_文档 发布时间: 20241014

282. laya.ui.Label_API3.0 [ 54%]

....addChildAt Defined in laya/display/Node.ts:264 添加子节点到指定的索引位置。 Parameters node: Node 节点对象。 index: number 索引位置。 Returns Node 返回添加的节点。 addChildren addChildren(...args: any[]): void Inherited from Node.addChildren Defined in laya/display/N...

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

283. ComboBox属性详解(ActionScript-IDE篇(AS3)-IDE组件属性详解) [ 53%]

...的滚动条图像资源。 | | selectedIndex | 表示当前选择的项的索引。 | | sizeGrid | 下拉列表图像资源的有效缩放网格数据(九宫格数据)。 | | skin | 下拉列表图像资源。 | | runtime | | | visible | | ### 1.3 ComboBox 组件下拉选项相关属性 ​ ![...

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

284. laya.ui.TextInput_API3.0 [ 53%]

....addChildAt Defined in laya/display/Node.ts:264 添加子节点到指定的索引位置。 Parameters node: Node 节点对象。 index: number 索引位置。 Returns Node 返回添加的节点。 addChildren addChildren(...args: any[]): void Inherited from Node.addChildren Defined in laya/display/N...

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

285. laya.ui.TextArea_API3.0 [ 53%]

....addChildAt Defined in laya/display/Node.ts:264 添加子节点到指定的索引位置。 Parameters node: Node 节点对象。 index: number 索引位置。 Returns Node 返回添加的节点。 addChildren addChildren(...args: any[]): void Inherited from Node.addChildren Defined in laya/display/N...

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

286. 创建动画时画布的width和height与 实例化后的ani.size(width, height) 有什么区别 [ 52%]

...放间隔(单位:毫秒) this.aniBirdSing.index = 0; // 当前播放索引 this.aniBirdSing.zOrder = 1; this.aniBirdSing.play(); this.aniBirdSing.pivot(0, 120); this.aniBirdSing.pos(94+0, 259+120); this.aniBirdSing.size(120, 120); console.log(this.aniBirdSing.width, this.aniBirdSing.height); t...

来源: Laya_社区 发布时间: 20171026

287. laya.ui.Panel_API3.0 [ 51%]

...:419 替换子节点。 将传入的新节点对象替换到已有子节点索引位置处。 Parameters newNode: Node 新节点。 oldNode: Node 老节点。 Returns Node 返回新节点。 runCallLater runCallLater(method: Function): void Inherited from Node.runCallLater Defined in laya/display/No...

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

288. laya.utils.Byte [ 50%]

...Arraybuffer 对象。  offset:uint (default = 0) — Arraybuffer 对象的索引的偏移量(以字节为单位)  length:uint (default = 0) — 从 Arraybuffer 对象写入到 Byte 对象的长度(以字节为单位) writeByte()method  public function writeByte(value:int):void 在字节...

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

289. laya.spine.SpineTemplet_API3.0 [ 50%]

...dex(index: number): string Defined in laya/spine/SpineTemplet.ts:108 通过索引得动画名称 Parameters index: number Returns string getSkinIndexByName getSkinIndexByName(skinName: string): number Defined in laya/spine/SpineTemplet.ts:119 通过皮肤名字得到皮肤索引 Parameters skinName:...

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

290. laya.utils.Byte [ 50%]

...Arraybuffer 对象。  offset:uint (default = 0) — Arraybuffer 对象的索引的偏移量(以字节为单位)  length:uint (default = 0) — 从 Arraybuffer 对象写入到 Byte 对象的长度(以字节为单位) writeByte()method  public function writeByte(value:int):void 在字节...

来源: laya_api 发布时间: 20170929