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

大约有 1,261 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0062 秒)

1191. laya.ui.HScrollBar [ 40%]

...)。 UIComponent changeHandler : Handler滚动变化时回调,回传value参数。ScrollBar customRenderEnable : Boolean[write-only] 设置是否开启自定义渲染,只有开启自定义渲染,才能使用customRender函数渲染。 Sprite dataSource : *[override] 数据赋值,通过...

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

1192. 请教各位前辈们,AS的一些API好像layabox没有,求解决方法或者思路,比如 Point 的interpolate方法 具体问题内详 [ 40%]

...的前辈们帮忙! 问题如下: 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

1193. laya.d3.graphics.vertex.VertexMesh_API3.0 [ 40%]

..."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

1194. 我升级引擎到1.7.16beta,从Unity导入的模型就遇到问题了,可以帮我查看一下吗? [ 39%]

...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

1195. 发布原生 ios/android 的渲染问 题 [ 38%]

...bgl.js 中的     //TODO:coverage     __proto._setCacheAs=function(value){         DrawCanvasCmdNative.createCommandEncoder();         if (!this._drawCanvasParamData){             this._drawCanvasParamData=/*__JS__ */new ParamData(33 *4,true);         }  ...

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

1196. 用javascript如何实现游戏登录游戏前的资源加载进度,如何将图片,音乐等素材加载到界面通过加载条显示加载进度 [ 38%]

...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

1197. laya.utils.Tween [ 38%]

...置当前执行比例 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

1198. laya.ani.bone.Templet [ 38%]

...     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

1199. 能不能添加一个控件可以让文字和组件实现弹性滚动啊 [ 38%]

...(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

1200. laya.utils.Tween [ 38%]

...置当前执行比例 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