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

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

10191. 关于截屏的问题 [ 43%]

...-------------------------------------------LOG如下: 06-09 11:48:56.524 1040-1438/? D/PowerManagerService: userActivityNoUpdateLocked: eventTime=160233968, event=2, flags=0x0, uid=1000 06-09 11:48:56.524 1040-1438/? D/PowerManagerNotifier: onUserActivity: event=2, uid=1000 06-09 11:48:56.524 1040...

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

10192. [BUG]刚体约束问题,移动后约束混乱! [ 43%]

...     var camera = this.newScene.addChild(new Laya.Camera(00.1, 100)) as Laya.Camera;     camera.transform.translate(new Laya.Vector3(0, 3, 30));          //方向光     const directionLight =this.newScene.addChild(new Laya.DirectionLight()) as Laya.DirectionLig...

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

10193. FBX导出Index was outside the bounds of the array [ 43%]

...Position, UnityEngine.Rect viewRect) (at D:/unity/Editor/Mono/HostView.cs:310) UnityEditor.DockArea.DrawView (UnityEngine.Rect viewRect, UnityEngine.Rect dockAreaRect, System.Boolean customBorder, System.Boolean floatingWindow, System.Boolean isBottomTab) (at D:/unity/Editor/Mono/GUI/DockArea.cs:361...

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

10194. 2D性能优化 · LayaAir3.4 · 引擎文档 · LAYABOX [ 43%]

...drawCall。善用cacheAs将是引擎优化性能的利器。 下例绘制10000个文本(根据电脑性能而定,本例为10000): class Test { private text:Laya.Text; constructor() { Laya.init(550,400,Laya.WebGL); Laya.Stat.show(); var textBox=new Laya.Sprite(); for(var i=0;i<10000;i++) { thi...

来源: Laya3.0_文档 发布时间: 20251010

10195. 设置滤镜(JavaScript-LayaAir基础篇(JS)-位图) [ 43%]

...(apePath); apeshadow = new Sprite(); apeshadow.loadImage(apePath); ape.pos(100,50); apeGlow.pos(250,50); apeshadow.pos(400,50); Laya.stage.addChild(ape); Laya.stage.addChild(apeGlow); Laya.stage.addChild(apeshadow); } function filterGlow() { //创建一个发光滤镜 var glowFilter = new GlowFilter...

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

10196. 关于安卓工程中的内存问题 [ 43%]

...om.xmvigor.shyxcs A/art: art/runtime/indirect_reference_table.cc:113] Last 10 entries (of 512): 03-22 13:52:03.749 15130-15218/com.xmvigor.shyxcs A/art: art/runtime/indirect_reference_table.cc:113] 511: 0x131f4bc0 java.lang.String "utf-8" 03-22 13:52:03.749 15130-15218/com.xmvigor.shyxcs A/art: art/...

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

10197. 网络通信 · LayaAir3文档 · LAYABOX [ 42%]

...Request = new Laya.HttpRequest(); //设置超时时间 http.http.timeout = 10000; //发送了一个简单的请求 http.send("resources/data.txt", "", "get", "text");//需要在resources文件夹下新建一个data.txt文件 //设置完成事件,添加回调方法 http.once(Laya.Event.COMPLETE, th...

来源: Laya3.0_文档 发布时间: 20250104

10198. 使用laya的unity插件2.4.0导出预设总是报错。2.3.0是没问题的 [ 42%]

...viewRect) (at /Users/unity/buildslave/unity/build/Editor/Mono/HostView.cs:310) UnityEditor.DockArea.DrawView (UnityEngine.Rect viewRect, UnityEngine.Rect dockAreaRect, System.Boolean customBorder, System.Boolean floatingWindow, System.Boolean isBottomTab) (at /Users/unity/buildslave/unity/build/Edit...

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

10199. laya.d3.graphics.Vertex.VertexShurikenParticleMesh [ 42%]

...SIZE : int = 8[static] VertexShuriKenParticle PARTICLE_STARTSPEED : int = 10[static] VertexShuriKenParticle PARTICLE_TEXTURECOORDINATE0 : int = 3[static] VertexShuriKenParticleProperty DetailcornerTextureCoordinatepropertycornerTextureCoordinate:Vector4  [read-only] Implementation     public...

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

10200. 构建app闪退,测试app扫码可以运行 [ 42%]

...  | state=R schedstat=( 1563292140 82949839 464 ) utm=150 stm=4 core=3 HZ=100 2019-03-15 08:45:13.439 8214-8265/com.layabox.hello A/art: art/runtime/java_vm_ext.cc:470]   | stack=0x896ce000-0x896d0000 stackSize=1014KB 2019-03-15 08:45:13.439 8214-8265/com.layabox.hello A/art: art/runtime/java_vm_...

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