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

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

451. laya.display.Sprite_API3.0 [ 57%]

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

452. laya.ui.ComboBox_API3.0 [ 57%]

...private function onSelect(index:int):void { trace("当前选中的项对象索引: ",index); } } } example Laya.init(640, 800);//设置游戏画布宽高。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load("resource/ui/button.png",laya.utils.Handler.create(this,load...

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

453. laya.d3.core.material.PBRStandardMaterial_API3.0 [ 57%]

.../Material.ts:585 获得bool属性值 Parameters uniformIndex: number 属性索引 Returns boolean getBuffer getBuffer(name: string): Float32Array Inherited from Material.getBuffer Defined in laya/d3/core/material/Material.ts:955 获得Buffer Parameters name: string 属性名称 Returns Float32Array ...

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

454. laya.ui.Slider [ 57%]

...。 Node addChildAt(node:Node, index:int):Node 添加子节点到指定的索引位置。 Node addChildren(... args):void 批量增加子节点 Node callLater(method:Function, args:Array = null):void 延迟运行指定的函数。 在控件被显示在屏幕之前调用,一般用于延迟计算...

来源: laya_api 发布时间: 20170929

455. laya.ui.UIComponent [ 57%]

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

456. 在微信小游戏中使用list,兼听不到mouseHandler跟selectHandler。 [ 57%]

...l.dataSource); }   function onSelect(index) { console.log("当前选择的索引:" + index); } })(); 2018-07-31 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: demo发上来看看吧 201...

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

457. laya.d3.math.BoundFrustum_API3.0 [ 57%]

... 2:左平面 3:右平面 4:顶平面 5:底平面 Parameters index: number 索引。 Returns Plane intersects intersects(box: BoundBox | Bounds): boolean Defined in laya/d3/math/BoundFrustum.ts:363 是否与包围盒交叉。 Parameters box: BoundBox | Bounds 包围盒。 Returns boolean boolean 是...

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

458. laya.ui.AsynDialog [ 57%]

...。 Node addChildAt(node:Node, index:int):Node 添加子节点到指定的索引位置。 Node addChildren(... args):void 批量增加子节点 Node callLater(method:Function, args:Array = null):void 延迟运行指定的函数。 在控件被显示在屏幕之前调用,一般用于延迟计算...

来源: laya_api 发布时间: 20170929

459. laya.ui.DialogManager_API3.0 [ 57%]

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

460. 关于逐帧动画的demo [ 56%]

...一样的语法,你可以监听帧计时器,判断当前播放的index索引,进行判断,调stop方法 2017-01-18 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 jacksing888 相关问题 Layabox 2.0 bate5 运行编译之后 bundl...

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