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

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

171. laya.map.GridSprite [ 57%]

...:int):Node 根据节点的索引位置,获取节点对象。 Node getChildByName(name:String):Node 根据节点的名字,获取节点对象。 Node getChildIndex(node:Node):int 根据节点对象,获取节点的索引位置。 Node getGraphicBounds(realSize:Boolean = false...

来源: laya_api 发布时间: 20170929

172. laya.display.Sprite [ 57%]

...:int):Node 根据节点的索引位置,获取节点对象。 Node getChildByName(name:String):Node 根据节点的名字,获取节点对象。 Node getChildIndex(node:Node):int 根据节点对象,获取节点的索引位置。 Node getComponent(clas:*):* 获得组件实例...

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

173. laya.display.Text_API3.0 [ 57%]

...ToTexture3D event frameLoop frameOnce fromParentPoint getBounds getChildAt getChildByName getChildIndex getComponent getComponents getGraphicBounds getMousePoint getRepaint getSelfBounds get_anchorX get_anchorY get_height get_scaleX get_scaleY get_transform get_visible get_width globalToLocal hasHid...

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

174. laya.ui.TextArea [ 57%]

...:int):Node 根据节点的索引位置,获取节点对象。 Node getChildByName(name:String):Node 根据节点的名字,获取节点对象。 Node getChildIndex(node:Node):int 根据节点对象,获取节点的索引位置。 Node getComponent(clas:*):* 获得组件实例...

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

175. laya.ui.Dialog_API3.0 [ 57%]

...event frameLoop frameOnce freshLayout fromParentPoint getBounds getChildAt getChildByName getChildIndex getComponent getComponents getGraphicBounds getMousePoint getNodeByID getRepaint getSelfBounds get_anchorX get_anchorY get_height get_scaleX get_scaleY get_transform get_visible get_width globalTo...

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

176. laya.ui.UIGroup_API3.0 [ 57%]

...event frameLoop frameOnce freshLayout fromParentPoint getBounds getChildAt getChildByName getChildIndex getComponent getComponents getGraphicBounds getMousePoint getRepaint getSelfBounds get_anchorX get_anchorY get_bottom get_dataSource get_height get_scaleX get_scaleY get_top get_transform get_visi...

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

177. laya.ui.Clip [ 57%]

...:int):Node 根据节点的索引位置,获取节点对象。 Node getChildByName(name:String):Node 根据节点的名字,获取节点对象。 Node getChildIndex(node:Node):int 根据节点对象,获取节点的索引位置。 Node getComponent(clas:*):* 获得组件实例...

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

178. laya.ui.FontClip_API3.0 [ 57%]

...event frameLoop frameOnce freshLayout fromParentPoint getBounds getChildAt getChildByName getChildIndex getComponent getComponents getGraphicBounds getMousePoint getRepaint getSelfBounds get_anchorX get_anchorY get_bottom get_dataSource get_height get_scaleX get_scaleY get_top get_transform get_visi...

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

179. laya.ui.Box [ 56%]

...:int):Node 根据节点的索引位置,获取节点对象。 Node getChildByName(name:String):Node 根据节点的名字,获取节点对象。 Node getChildIndex(node:Node):int 根据节点对象,获取节点的索引位置。 Node getGraphicBounds(realSize:Boolean = false...

来源: laya_api 发布时间: 20170929

180. 动画状态机 · LayaAir3.3 · 引擎文档 · LAYABOX [ 56%]

...tateInfo.playState = playstate; this._label = animator.owner.scene.scene2D.getChildByName("Label"); } constructor() { super(); } /** * 动画状态开始时执行。 */ onStateEnter(): void { console.log("动画开始播放了"); this._label.text = "开始跑动画"; } /** * 动画状态运行中 * ...

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