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

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

131. laya.ui.Clip_API3.0 [ 44%]

...CK, this, onClick);//给 clip 添加点击事件函数侦听。 Laya.stage.addChild(clip);//将此 clip 对象添加到显示列表。 } private function onClick():void { trace("clip 的点击事件侦听处理函数。clip.total="+ clip.total); if (clip.isPlaying == true) { clip.stop();//停止动...

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

132. laya.ui.ComboBox_API3.0 [ 44%]

...lect);//设置 comboBox 选择项改变时执行的处理器。 Laya.stage.addChild(comboBox);//将此 comboBox 对象添加到显示列表。 } private function onSelect(index:int):void { trace("当前选中的项对象索引: ",index); } } } example Laya.init(640, 800);//设置游戏画布宽高...

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

133. 某些机型drawToCanv绘图颜色变深 [ 44%]

... sp.graphics.drawTexture(texture);//把截图绘制到精灵上 Laya.stage.addChild(sp);//把精灵显示到舞台   2018-02-08 0 3 分享 微博 QZONE 微信 为什么折叠? 0 个回复折叠 要回复问题请先登录 发起人 jzhlaya 相关问题 关于适配采用showAll后留白部分...

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

134. laya.map.MapLayer_API3.0 [ 44%]

...m url viewport visible width x y zOrder Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer contains customRender destroy destroyChildren drawToCanvas drawToTexture drawToTexture3D event frameLoop frameOnce fromParentP...

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

135. laya.d3.core.particleShuriKen.ShuriKenParticle3D [ 44%]

...RenderableSprite3D _setUnBelongScene():void[override] RenderableSprite3D addChild(node:Node):Node 添加子节点。 Node addChildAt(node:Node, index:int):Node 添加子节点到指定的索引位置。 Node addChildren(... args):void 批量增加子节点 Node addComponent(type:Class):* 添加...

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

136. laya.ui.DialogManager_API3.0 [ 44%]

...m url viewport visible width x y zOrder Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer close closeAll closeByGroup contains customRender destroy destroyChildren doClose doOpen drawToCanvas drawToTexture drawToText...

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

137. laya.ui.Tab_API3.0 [ 44%]

...);//设置 tab 的选择项发生改变时执行的处理器。 Laya.stage.addChild(tab);//将 tab 添到显示列表。 } private function onSelect(index:int):void { trace("当前选择的表情页索引: index= ", index); } } } example Laya.init(640, 800);//设置游戏画布宽高 Laya.stage.bgCo...

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

138. laya.ani.swf.MovieClip_API3.0 [ 43%]

...m url viewport visible width x y zOrder Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance addLabel bubbleEvent callLater clearTimer contains customRender destroy destroyChildren drawToCanvas drawToTexture drawToTexture3D event frameLoop frameOnce fr...

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

139. laya.ani.bone.Skeleton [ 43%]

...plet:Templet = null, aniMode:int = 0) 创建一个Skeleton对象 Skeleton addChild(node:Node):Node 添加子节点。 Node addChildAt(node:Node, index:int):Node 添加子节点到指定的索引位置。 Node addChildren(... args):void 批量增加子节点 Node addComponent(type:Class):* 添加...

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

140. laya.ui.UIComponent [ 43%]

...ed By  UIComponent() 创建一个新的 Component 实例。 UIComponent addChild(node:Node):Node 添加子节点。 Node addChildAt(node:Node, index:int):Node 添加子节点到指定的索引位置。 Node addChildren(... args):void 批量增加子节点 Node addComponent(type:Class):* 添加...

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