大约有 720 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0064 秒)
Laya_社区(328) Laya3.0_api(99) Laya2.0_api(82) laya_api(76) Laya2.0_文档(63) Laya_示例(46) Laya3.0_文档(14) Laya2.0_示例(12)
...,StartSize规定了这个粒子的直径,而不是贴图缩放 Start Rotation:每个粒子的初始旋转角度。如果您想分别控制每个轴的旋转,请启用3D选项。可选择两种延迟方式 Constant 固定值 Random Between Two Constant 从最小到最大中随机取值 (图...
来源: Laya3.0_文档 发布时间: 20241014
...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
...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
...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
...角出现位置错误 第一个网格在添加刚体后设置position,rotationEuler可设可不设 第二个网格在添加刚体后设置rotationEuler,不设置position 第二个刚体会带有第一个刚体的position,受刚体影响,第二个网格将与第一个网格出现在同一...
来源: Laya_社区 发布时间: 20201127
...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
...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
...。 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
...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
...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