大约有 1,261 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0061 秒)
Laya_社区(438) Laya3.0_api(415) Laya2.0_api(164) laya_api(138) Laya2.0_文档(51) Laya3.0_文档(39) Laya2.0_示例(9) Laya_示例(7)
...)。 UIComponent changeHandler : Handler滚动变化时回调,回传value参数。ScrollBar customRenderEnable : Boolean[write-only] 设置是否开启自定义渲染,只有开启自定义渲染,才能使用customRender函数渲染。 Sprite dataSource : *[override] 数据赋值,通过...
来源: Laya2.0_api 发布时间: 20190513
...的前辈们帮忙! 问题如下: 1、 p1.x = p2.x = Point.interpolate(value, p4, .5).x; 2、 target.graphics.beginBitmapFill(srcbmd, mx, true); target.graphics.moveTo(p1.x, p1.y); target.graphics.lineTo(p2.x, p2.y); target.graphics.lineTo(p3.x, p3.y); target.graphics.lineTo(...
来源: Laya_社区 发布时间: 20160627
..."POSITION,NORMAL,COLOR,UV,UV1,BLENDWEIGHT,BLENDINDICES,TANGENT"。 Default value compatible: boolean = true Returns VertexDeclaration 顶点声明。 Globals "laya/d3/graphics/Vertex/VertexMesh" VertexMesh MESH_BLENDINDICES0 MESH_BLENDWEIGHT0 MESH_COLOR0 MESH_CUSTOME0 MESH_CUSTOME1 MESH_CUSTOME2 MES...
来源: Laya3.0_api 发布时间: 20231102
...ap.ls")) as Laya.Sprite3D; 可以帮我测试看看吗? 错误讯息: value.cloneTo is not a function at AnimationTransform3D.__proto.setLocalRotation LayaScene_Scene_LightMap.zip 2018-02-01 0 1 分享 微博 QZONE 微信 mobile3Dbin 赞同来自: 1.7.12、1.7.13的版号不是插件,...
来源: Laya_社区 发布时间: 20180131
...bgl.js 中的 //TODO:coverage __proto._setCacheAs=function(value){ DrawCanvasCmdNative.createCommandEncoder(); if (!this._drawCanvasParamData){ this._drawCanvasParamData=/*__JS__ */new ParamData(33 *4,true); } ...
来源: Laya_社区 发布时间: 20190612
...Progress", LoadProgress.LoadProgressBinder.bindAll) this.progressUI.UIMenu.value = 0.0; Laya.stage.addChild(this.progressUI.displayObject); Laya.timer.loop(100, this, this.updataPosition); this.loadMainDatas(); } public updataPosition() { this.progressUI.setPosition(Laya.stage.width / 2, Laya.stage....
来源: Laya_社区 发布时间: 20171204
...置当前执行比例 Implementation public function set progress(value:Number):voidupdateproperty public var update:Handler更新回调,缓动数值发生变化时,回调变化的值Method Detailclear()method public function clear():void 停止并清理当前缓动。 clear()method p...
来源: laya_api 发布时间: 20170929
... public function get rate():Number public function set rate(value:Number):voidskinDataArrayproperty public var skinDataArray:Array 皮肤数据 skinDicproperty public var skinDic:Object 皮肤的字典数据 skinSlotDisplayDataArrproperty public var skinSlotDisplayDataArr:Vector.&l...
来源: laya_api 发布时间: 20170929
...(text); panel.vScrollBar.min=1; panel.vScrollBar.max=500; panel.vScrollBar.value=panel.vScrollBar.max; Laya.timer.frameLoop(12,this,onLoop); function onLoop() { console.log(54) } })();、 我是这样添加的 lubaihong • 2017-06-09 11:07 谢谢 我已经用list 做出功能了 (ノ>ω<)ノ ...
来源: Laya_社区 发布时间: 20170609
...置当前执行比例 Implementation public function set progress(value:Number):voidrepeatproperty public var repeat:int = 1重播次数,如果repeat=0,则表示无限循环播放updateproperty public var update:Handler更新回调,缓动数值发生变化时,回调变化的值Meth...
来源: Laya2.0_api 发布时间: 20190513