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

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

161. laya.d3.core.trail.TrailSprite3D [ 50%]

...显示在屏幕之前调用,一般用于延迟计算数据。 Node clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Node clone():Node 克隆。 Sprite3D contains(node:Node):Boolean 当前容器是否包含指定的 Node 节点对象 。 Node  de...

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

162. laya.ui.ProgressBar_API3.0 [ 50%]

...tage.addChild(progressBar);//将 progressBar 添加到显示列表。 Laya.timer.once(3000, this, changeValue);//设定 3000ms(毫秒)后,执行函数changeValue。 } private function changeValue():void { trace("改变进度条的进度值。"); progressBar.value = 0.6; } private function onCh...

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

163. laya.map.TileAniSprite_API3.0 [ 49%]

...ation scaleX scaleY scene scrollRect skewX skewY stage staticCache texture timer transform url viewport visible width x y zOrder Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearAll clearTimer contains customRender destro...

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

164. socket大型项目回调 [ 49%]

...package.encode(Package.TYPE_HEARTBEAT); if(this.heartbeatTimeoutId) { Laya.timer.clear(this,this.heartbeatTimeoutId); this.heartbeatTimeoutId = null; } if(this.heartbeatId) { // already in a heartbeat interval return; } var self = this; self.heartbeatId = Laya.timer.once(self.heartbeatInterval,self,...

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

165. laya.d3.core.pixelLine.PixelLineSprite3D [ 49%]

...据。 Node  clear():void 清除所有线段。 PixelLineSprite3D clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Node clone():Node 克隆。 Sprite3D contains(node:Node):Boolean 当前容器是否包含指定的 Node 节点对象 。 Node destr...

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

166. 多摄像机窗口的使用(JavaScript-3D基础(JS)-LayaAir3D之Camera) [ 49%]

...对视口重新赋值。 > 动态修改摄影机视口 ```typescript Laya.timer.once(3000,this,function () { //获取第一个摄影的视口 var viewport1 = camera1.normalizedViewport; //修改参数 viewport1.width = 0.2; //重新赋值是视口 camera1.normalizedViewport = viewport1; var viewport...

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

167. 多摄像机窗口的使用(TypeScript-3D基础(TS)-LayaAir3D之Camera) [ 49%]

...对视口重新赋值。 > 动态修改摄影机视口 ```typescript Laya.timer.once(3000,this,function ():void { //获取第一个摄影的视口 var viewport1:Laya.Viewport = camera1.normalizedViewport; //修改参数 viewport1.width = 0.2; //重新赋值是视口 camera1.normalizedViewport = view...

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

168. laya.particle.Particle2D_API3.0 [ 49%]

...leY scene scrollRect skewX skewY source stage staticCache template texture timer transform url viewport visible width x y zOrder Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance advanceTime bubbleEvent callLater clearTimer contains customRender des...

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

169. laya.media.SoundNode_API3.0 [ 49%]

...e scrollRect skewX skewY source stage staticCache stopEvent target texture timer transform url viewport visible width x y zOrder Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer contains customRender destroy destroy...

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

170. laya.map.GridSprite_API3.0 [ 49%]

...ation scaleX scaleY scene scrollRect skewX skewY stage staticCache texture timer transform url viewport visible width x y zOrder Methods _initialize _processActive addAniSprite addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearAll clearTimer contains custom...

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