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

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

581. laya.ui.Panel [ 88%]

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

来源: laya_api 发布时间: 20170929

582. laya.d3.math.Color [ 88%]

...olor 实例。 Color  clone():* 克隆。 Color  cloneTo(destObject:*):void 克隆。 Color  forNativeElement(nativeElements:Float32Array = null):voidColor  toGamma(out:Color):void 线性空间转换到Gamma空间。 Color  toLinear(out:Color):void Gamma空间转换到线性空间。 Color...

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

583. 缓动-时间线 [ 88%]

...E_SHOWALL; Laya.stage.bgColor = "#232628"; this.setup(); } private setup():void { this.createApe(); this.createTimerLine(); Laya.stage.on( Event.KEY_DOWN, this, this.keyDown); } private createApe():void { this.target = new Sprite(); this.target.loadImage("res/apes/monkey2.png"); Laya.stage.addChild(...

来源: Laya2.0_示例 发布时间: 20241118

584. laya.ui.Slider [ 88%]

...ode 添加子节点到指定的索引位置。 Node addChildren(... args):void 批量增加子节点 Node addComponent(type:Class):* 添加组件。 Node addComponentIntance(comp:Component):* 添加组件实例。 Node addInputChild(node:Node):NodeNode callLater(method:Function, args:Array = nu...

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

585. laya.ui.Panel [ 88%]

...e] 添加子节点到指定的索引位置。 Panel addChildren(... args):void 批量增加子节点 Node addComponent(type:Class):* 添加组件。 Node addComponentIntance(comp:Component):* 添加组件实例。 Node addInputChild(node:Node):NodeNode callLater(method:Function, args:Array = nu...

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

586. 区块地图-滚动地图 [ 88%]

...ndler)); } /** * 地图加载完成的回调 */ private completeHandler(): void { console.log("地图创建完成"); console.log("ClientW:" + Browser.clientWidth + " ClientH:" + Browser.clientHeight); Laya.stage.on(Laya.Event.RESIZE, this, this.resize); this.resize(); } //鼠标按下拖动地图 pr...

来源: Laya_示例 发布时间: 20241118

587. laya.ui.AdvImage [ 88%]

...ode 添加子节点到指定的索引位置。 Node addChildren(... args):void 批量增加子节点 Node addComponent(type:Class):* 添加组件。 Node addComponentIntance(comp:Component):* 添加组件实例。 Node addInputChild(node:Node):NodeNode callLater(method:Function, args:Array = nu...

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

588. laya.d3.core.render.PostProcessEffect_API3.0 [ 88%]

...sEffect Accessors active get active(): boolean set active(value: boolean): void Defined in laya/d3/core/render/PostProcessEffect.ts:35 是否开启 Returns boolean Defined in laya/d3/core/render/PostProcessEffect.ts:39 是否开启 Parameters value: boolean Returns void Methods effectInit effectInit...

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

589. drawCurves(x:Number, y:Number, points:Array, lineColor:*, lineWidth:Number = 1):void 绘制一系列曲线。 [ 88%]

...urves(x:Number, y:Number, points:Array, lineColor:*, lineWidth:Number = 1):void 绘制一系列曲线。 这个方法的参数详解 一直不明白数组里面的点的作用 2016-11-29 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链...

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

590. 其他引擎的Demo-Example_21 [ 88%]

...Laya.stage.on('mouseup', this, this.onMouseUp); } private createCanvases():void { var graphicsCanvas:Sprite = new Sprite(); Laya.stage.addChild(graphicsCanvas); var liveGraphicsCanvas:Sprite = new Sprite(); Laya.stage.addChild(liveGraphicsCanvas); this.liveGraphics = liveGraphicsCanvas.graphics; thi...

来源: Laya2.0_示例 发布时间: 20241118