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

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

12101. 打包成APK运行一半崩溃 [ 43%]

打包成APK运行一半崩溃 http://ask.layabox.com/question/3930 我试过了把声音屏蔽掉,只要动画播放一多,就会崩溃掉,我的动画都是图集播放,同时播放多个,在浏览器测试是没有问题的,不管是收集还是PC端都没有问题,但是打成APK...

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

12102. LayaAir和原生DOM交互(TypeScript-2D进阶篇(TS)-扩展模块) [ 42%]

...vg?可能大部分开发者听说过这个名词,或者也知道它是w3c规定的矢量图像描述格式。关于svg的一些定义和历史这里我们不再陈述,感兴趣的开发者可以参考[这里](https://ldc.layabox.com/doc/?nav=zh-as-3-4-1)。但是在项目中真正用到它的...

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

12103. CameraMoveScript.as在哪儿下载群里的有错 [ 42%]

...on CameraMoveScript() { } override public function _initialize(owner:Sprite3D):void { super._initialize(owner); Laya.stage.on(Event.MOUSE_DOWN, this, mouseDown); Laya.stage.on(Event.MOUSE_UP, this, mouseUp); Laya.stage.on(Event.MOUSE_OUT, this, mouseOut); var camera:BaseCamera = owner.scene.currentC...

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

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

...VertexShurikenParticleMeshProperties | Methods | Constants Packagelaya.d3.graphics.VertexClasspublic class VertexShurikenParticleMeshInheritanceVertexShurikenParticleMesh VertexShuriKenParticle Object VertexShurikenParticle 类用于创建粒子顶点结构。 Public Properties PropertyDefined B...

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

12105. laya.d3.graphics.Vertex.VertexShurikenParticleBillboard [ 42%]

...xShurikenParticleBillboardProperties | Methods | Constants Packagelaya.d3.graphics.VertexClasspublic class VertexShurikenParticleBillboardInheritanceVertexShurikenParticleBillboard VertexShuriKenParticle Object VertexShurikenParticle 类用于创建粒子顶点结构。 Public Properties Propert...

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

12106. viewportPointToRay产生的射线始终有偏差,是为什么? [ 42%]

...现ray构造出来的位置始终不对,我沿着ray的方向放了一组3D物体,和从屏幕点击下去的位置始终有一定偏差~ 请教一下有哪些可能可以排查这个问题? 2018-02-01 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: ...

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

12107. socket通讯返回数据 [ 42%]

...  at Socket.__proto.send (file:///K:/laya/mylaya12/bin/libs/laya.core.js:13509:16)     at new Game (file:///K:/laya/mylaya12/bin/js/LayaSample.js:17:21)     at file:///K:/laya/mylaya12/bin/js/LayaSample.js:45:1     2018-02-11 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到...

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

12108. Laya2.9Unity插件问题 [ 42%]

...ameObject A_0, System.Boolean A_1, backAnimatorData A_2) (at <8191b0b4723d4658b95c167f60d265c8>:0) n.a () (at <8191b0b4723d4658b95c167f60d265c8>:0) n.b (System.String A_0) (at <8191b0b4723d4658b95c167f60d265c8>:0) LayaAir3D.exportResource (System.Boolean isDebug, System.Int32 Platf...

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

12109. 有关Laya3D碰撞检测疑问 [ 42%]

有关Laya3D碰撞检测疑问 module test { export class Test { private ray: Laya.Ray = new Laya.Ray(new Laya.Vector3(0, 0, 0), new Laya.Vector3(0, 0, 0)); private point: Laya.Vector2 = new Laya.Vector2(); private _outHitAllInfo: Array<Laya.RaycastHit>;  private camera: Laya.Camera; private...

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

12110. Laya多点触控是有开关吗 为什么多点触控没有任何反应 [ 42%]

...   constructor(){         //初始化引擎         Laya3D.init(0, 0);         Laya.stage.scaleMode = Laya.Stage.SCALE_FULL;         Laya.stage.screenMode = Laya.Stage.SCREEN_NONE;         this.upVector3 = new Laya.Vector3(0, 1, 0);         //预加...

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