大约有 2,727 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0079 秒)
Laya_社区(1131) Laya3.0_api(543) Laya2.0_api(297) laya_api(221) Laya2.0_文档(201) Laya_示例(139) Laya2.0_示例(109) Laya3.0_文档(86)
...e] 添加子节点到指定的索引位置。 Panel addChildren(... args):void 批量增加子节点 Node callLater(method:Function, args:Array = null):void 延迟运行指定的函数。 在控件被显示在屏幕之前调用,一般用于延迟计算数据。 Component clearTimer(caller:*, me...
来源: laya_api 发布时间: 20170929
...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
...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
...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
...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
...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
...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
...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
...urves(x:Number, y:Number, points:Array, lineColor:*, lineWidth:Number = 1):void 绘制一系列曲线。 这个方法的参数详解 一直不明白数组里面的点的作用 2016-11-29 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链...
来源: Laya_社区 发布时间: 20161129
...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