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

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

1. 有人遇到GetType 的问题吗? laya2.0 [ 100%]

...换为:   box2d.b2BroadPhase.prototype.UnBufferMove = function(a) { let ba=0; while(true){ ba = this.m_moveBuffer.indexOf(a,ba); if(ba<0)break; this.m_moveBuffer[ba] = null } } ; 2020-11-21 0 0 分享 微博 QZONE 微信 Leon 赞同来自: 遇到过,后面直接在'GetType' 那里加了非...

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

2. unity插件报错 [ 98%]

...nderer A_0, System.String A_1, System.Boolean A_2) (at <f23f19a62c944610ba98639869d48a79>:0) n.b () (at <f23f19a62c944610ba98639869d48a79>:0) n.b (System.String A_0) (at <f23f19a62c944610ba98639869d48a79>:0) LayaAir3D.exportResource (System.Boolean isDebug, System.Int32 Platformind...

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

3. unity 新建场景,预览报错。 [ 97%]

...nderer A_0, System.String A_1, System.Boolean A_2) (at <f23f19a62c944610ba98639869d48a79>:0) n.b () (at <f23f19a62c944610ba98639869d48a79>:0) n.b (System.String A_0) (at <f23f19a62c944610ba98639869d48a79>:0) LayaAir3D.exportResource (System.Boolean isDebug, System.Int32 Platformind...

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

4. 求助!wss在native中无法连接 [ 93%]

...or.46mp.com:8014  I/LayaBox: new JSWebSocket::this=abc23ac0 deletgate=abb1ba70  I/LayaBox: WebSocket::init m_host: testconnector.46mp.com, m_port: 8014, m_path: /  I/LayaBox: @@@@@ connect testconnector.46mp.com:8014 r W/LayaBox: JSWebSocketDelegate::onError( code=1 )this=abb1ba70 ws=abc23ac0 r W...

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

5. native 下载文件出现not same app domain [ 93%]

...出现not same app domain LayaBox : xhr.get url=A/7ac97acac07a28873c87f19ba794c498.bytes 12-19 14:33:07.993 28268 28335 W LayaBox : Error: A/7ac97acac07a28873c87f19ba794c498.bytes does not belong to the same app domain: B/ 12-19 14:33:07.993 28268 28317 I LayaBox : Download [ ]:A/7ac97acac07a28873c8...

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

6. websocket通信,怎么解压 压缩的Byte? [ 89%]

...new Uint8Array(rawData)); var plain:Uint8Array = inflate.decompress(); var ba:Byte = new Byte(plain); ba.pos = 0; ba.endian = Byte.BIG_ENDIAN;//根据自身情况写 lib.rar 2018-05-05 0 1 分享 微博 QZONE 微信 Meng℡ 赞同来自: Byte 里的 buffer 是ArrayBuffer 为什么是继承flash的By...

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

7. LayaAirUnityPlugin 2.4beta IOException: Sharing violation [ 86%]

...ze, System.Boolean anonymous, System.IO.FileOptions options) (at <df7127ba07dc446d9f5831a0ec7b1d63>:0) System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean isAsync, System.Boolea...

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

8. [LayaAir3]怎么在项目级设置锚点anchor为0.5,0.5?从其他引擎转过来的,默认0,0用着不习惯 [ 86%]

...例子 https://layaair.com/3.x/doc/IDE/layapackage/plug-in/readme.html#%E4%BA%8C%E5%8D%81%E4%BA%8C%E3%80%81%E5%9C%BA%E6%99%AF%E9%92%A9%E5%AD%90 2025-08-20 1 1 分享 微博 QZONE 微信 LayaAir小牛 赞同来自: 您好,目前只能通过修改引擎源码来实现 2025-08-20 0 2 分享 微博 QZ...

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

9. 导出带动作的模型会报错 [ 84%]

...ctions.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) (at <df7127ba07dc446d9f5831a0ec7b1d63>:0) p.a (UnityEngine.GameObject A_0, g A_1, System.Boolean A_2) (at <83305a103c6a46948a18b7f5a20f00f1>:0) p.a (UnityEngine.GameObject A_0, g A_1, System.Collections.Generic.List`1[T] A_2) (...

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

10. 求计算三角形夹角的Laya代码 [ 83%]

...a3; var b1,b2,b3; var c1,c2,c3; var A;//点A var B;//点B var C;//点C var BA;//向量BA var CA;//向量CA var cosA;//角A余弦 var jA;//角A A=new Laya.Vector3(a1,a2,a3); B=new Laya.Vector3(b1,b2,b3); C=new Laya.Vector3(c1,c2,c3); BA=new Laya.Vector3(a1-b1,a2-b2,a3-b3); CA=new Laya.Vector3(a1-c1,a...

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