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

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

691. 安卓概率性闪退 [ 52%]

...teInit.main(ZygoteInit.java:749)   #475 ReferenceQueueDaemon 1 java.lang.Object.wait(Native Method) 2 java.lang.Daemons$ReferenceQueueDaemon.run(Daemons.java:164) 3 java.lang.Thread.run(Thread.java:818)   #476 FinalizerDaemon 1 java.lang.Object.wait(Native Method) 2 java.lang.Object.wait(Obje...

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

692. laya.ani.swf.MovieClip_API3.0 [ 52%]

...egend Class Class with type parameter Constructor Property Method Accessor Object literal Variable Function Type alias Inherited property Inherited method Inherited accessor Enumeration Interface

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

693. laya.display.cmd.DrawPieCmd_API3.0 [ 52%]

...tempPoints Legend Class Class with type parameter Property Method Accessor Object literal Variable Function Type alias Enumeration Interface Static property

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

694. laya.display.cmd.DrawRoundRectCmd_API3.0 [ 51%]

...olor lineWidth lt percent rb rt width x y ID getBoundPoints recover Legend Object literal Variable Function Type alias Class Class with type parameter Property Method Enumeration Interface Static property

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

695. laya.display.Scene_API3.0 [ 51%]

...egend Class Class with type parameter Constructor Property Method Accessor Object literal Variable Function Type alias Inherited property Inherited method Inherited accessor Static property Static method Enumeration Interface

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

696. laya.html.dom.HTMLIframeElement_API3.0 [ 51%]

...g stopDrag timerLoop timerOnce toParentPoint updateZOrder fromImage Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Inherited property Inherited method Inherited accessor Enumeration Interface

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

697. laya.media.SoundNode_API3.0 [ 51%]

...omImage Legend Class Class with type parameter Constructor Method Accessor Object literal Variable Function Type alias Inherited property Inherited method Inherited accessor Enumeration Interface

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

698. laya.d3.graphics.vertex.VertexMesh_API3.0 [ 51%]

...atorDeclaration instanceWorldMatrixDeclaration getVertexDeclaration Legend Object literal Variable Function Type alias Class Class with type parameter Static property Static method Enumeration Interface

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

699. LAYA的AS3项目碰见个问题,求解 [ 51%]

...下为:根据参数来定义样式                var itemBasic:Object=ItemData.getItemData(ids);               txts.color = Constants.QUALITY_COLORS[itemBasic.quality];             txts.stroke = Constants.STROKE;             txts.strokeColor = Constants.STROKE_COL...

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

700. Shader预编译(ActionScript-3D基础(AS3)-LayaAir3D之shader) [ 51%]

...完成相关shader预编译。 > 当鼠标按下时,构建需要导出的Object。下方示例改自官方边缘光照(Shader_GlowingEdge)示例 ```typescript Laya.stage.on(Event.MOUSE_DOWN,this,function():void{ var arr:Array; for(var i:int = 0;i 生成的相关数据 ```typescript { "GlowingEdgeM...

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