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

大约有 720 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0064 秒)

471. 3D粒子编辑模块 · LayaAir3.0文档 · LAYABOX [ 42%]

...,StartSize规定了这个粒子的直径,而不是贴图缩放 Start Rotation:每个粒子的初始旋转角度。如果您想分别控制每个轴的旋转,请启用3D选项。可选择两种延迟方式 Constant 固定值 Random Between Two Constant 从最小到最大中随机取值 (图...

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

472. laya.html.dom.HTMLIframeElement_API3.0 [ 42%]

...displayHeight displayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics height hideFlags hitArea href innerHTML is3D mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY rotation scaleX scaleY scene scrollRect skewX skewY stage staticCache s...

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

473. 3D场景销毁后,仍有引用存在,内存中场景及引用其的对象无法销毁 [ 42%]

...slate(new Laya.Vector3(0, 2, 5));         this.camera.transform.rotate(new Laya.Vector3(-30, 0, 0), true, false);          this.scene.addChild(this.camera);         Laya.loader.create("res/scene_Effect/Conventional/Effect_zhujue_attack.lh", Laya.Handler.create(this,...

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

474. laya加载unity插件导出的场景 physics3D is not a function [ 42%]

...tion=new Laya.Vector3(-8, 4, 15); //旋转摄像机角度 camera.transform.rotate(new Laya.Vector3( -8, -25, 0), true, false); })); } } 2018-12-27 0 1 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: Seekers GameUI 里面 把初始化代码删了, ide 已经进行初始化了, 直接 load场...

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

475. 3D网格添加刚体后设置欧拉角出现位置错误 [ 42%]

...角出现位置错误   第一个网格在添加刚体后设置position,rotationEuler可设可不设 第二个网格在添加刚体后设置rotationEuler,不设置position 第二个刚体会带有第一个刚体的position,受刚体影响,第二个网格将与第一个网格出现在同一...

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

476. 请大家帮助优化一下这个抛物线的代码 [ 41%]

...timer.frameLoop(1,this,this.animate); } private animate(e):void{ this.body.rotation += 10; } } class Main{ private ball:Ball; private targetX:number = 600; private targetY:number = 300; private centerX:number = 0; private centerY:number = 0; private angle:number = Math.PI; private angle2:number = 0...

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

477. laya.html.dom.HTMLDivElement_API3.0 [ 41%]

...displayHeight displayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics height hideFlags hitArea innerHTML is3D mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY rotation scaleX scaleY scene scrollRect skewX skewY stage staticCache style ...

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

478. laya.d3.math.native.ConchVector3_API3.0 [ 41%]

...。 Returns void Static transformQuat transformQuat(source: ConchVector3, rotation: ConchQuaternion, out: ConchVector3): void Defined in laya/d3/math/Native/ConchVector3.ts:102 根据四元数旋转三维向量。 Parameters source: ConchVector3 源三维向量。 rotation: ConchQuaternion 旋转四...

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

479. laya.physics.PhysicsDebugDraw_API3.0 [ 41%]

...displayHeight displayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics height hideFlags hitArea is3D mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY rotation scaleX scaleY scene scrollRect skewX skewY stage staticCache texture timer tr...

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

480. 加载的时候动画会卡 [ 41%]

...s.smallfont,{y:905},500,null,null,500);         //Tween.to(this.diqiu,{rotation:36000},100000,null,null,500);     }     Lload.prototype.loadEnd = function(){         this.ani1.stop();         Tween.to(this.smallfont,{alpha:0},500);         Tween.to(this.btn,{y:925},500,null,null,...

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