大约有 615 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0097 秒)
Laya3.0_api(274) laya_api(104) Laya2.0_api(97) Laya_社区(76) Laya2.0_文档(39) Laya3.0_文档(16) Laya2.0_示例(5) Laya_示例(4)
...;//30;//设置播放间隔30毫秒 this.aniFighter.index = 1;//当前播放索引 this.aniFighter.play();//播放图集动画 this.aniFighter.loop = false; //获取动画边界信息,设置锚点 var rectBounds:Rectangle = this.aniFighter.getGraphicBounds(); var rectBounds1:Rectangle = this.aniFig...
来源: Laya_社区 发布时间: 20181023
...。 Node addChildAt(node:Node, index:int):Node 添加子节点到指定的索引位置。 Node addChildren(... args):void 批量增加子节点 Node addComponent(type:Class):* 添加组件。 Node addComponentIntance(comp:Component):* 添加组件实例。 Node addInputChild(node:Node):NodeNode...
来源: Laya2.0_api 发布时间: 20190513
....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
....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
...。 Node addChildAt(node:Node, index:int):Node 添加子节点到指定的索引位置。 Node addChildren(... args):void 批量增加子节点 Node addComponent(type:Class):* 添加组件。 Node addComponentIntance(comp:Component):* 添加组件实例。 Node addInputChild(node:Node):NodeNode...
来源: Laya2.0_api 发布时间: 20190513
....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
...Float32Array — 顶点数据。 vertexDeclaration:VertexDeclaration — 索引数据。 indices:Uint16Array — 输出三角形顶点0。 outHitInfo:RaycastHit — 输出三角形顶点1。 ReturnsBoolean — 射线距离三角形的距离,返回Number.NaN则不相交。 rayIntersectsTriang...
来源: laya_api 发布时间: 20170929
...。 Node addChildAt(node:Node, index:int):Node 添加子节点到指定的索引位置。 Node addChildren(... args):void 批量增加子节点 Node callLater(method:Function, args:Array = null):void 延迟运行指定的函数。 在控件被显示在屏幕之前调用,一般用于延迟计算...
来源: laya_api 发布时间: 20170929
... 1. 单元格选择状态切片动画 Clip 资源: 切片数为2,切片索引从0开始依次代表:单元格未被选中状态图、单元格选中或悬停状态图。  (图) 2. 折叠箭头切片动画 Clip 资源: 切片数为2,切片索引从0开...
来源: Laya2.0_文档 发布时间: 20210715
...0 你可以在renderHandler下或者selectHandler下,通过返回值index索引,去为你的button添加点击事件即可,不需要遍历。 weiyongwill • 2017-01-06 10:56 多谢指点。list.getItem(xxx).getChildByName()无效,获取不到,我发现只要是DataSource里面没有定义...
来源: Laya_社区 发布时间: 20170105