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

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

301. 缓动动画(JavaScript-LayaAir基础篇(JS)-动画基础) [ 52%]

...置,比如最常用的x、y位置属性,及alpha透明属性,以及旋转心、大小等其他属性。 ##### duration duration是执行缓动效果花费的时间,单位是豪秒,时间越多,缓动效果越慢。 ##### ease ease 为缓动类型,它可以使用Ease类下定义...

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

302. 缓动 · LayaAir3.0文档 · LAYABOX [ 52%]

...置,比如最常用的x、y位置属性,及alpha透明属性,以及旋转心、大小等其他属性。属性的设置是采用对象数据的形式,比如 {x:100,y:20,ease:Ease.backOut,complete:Handler.create(this,onComplete),update:new Handler(this,onComplete)} duration duration 是...

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

303. 粒子动画透明度问题 [ 51%]

...n(in float rot,in float age)\n{ \n float rotation =rot * age;\n //计算2x2旋转矩阵.\n float c = cos(rotation);\n float s = sin(rotation);\n return mat2(c, -s, s, c);\n}\n\nvec4 ComputeParticleColor(in vec4 startColor,in vec4 endColor,in float normalizedAge)\n{\n   vec4 color=mix(startColor,e...

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

304. laya.d3.core.MeshTerrainSprite3D_API3.0 [ 50%]

...nStays为false时生效。 Default value rotation: Quaternion = null 世界旋转,worldPositionStays为false时生效。 Returns Sprite3D 克隆实例。 Static load load(url: string, complete: Handler): void Inherited from PixelLineSprite3D.load Defined in laya/d3/core/Sprite3D.ts:77 加载网格...

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

305. laya.particle.ParticleSetting_API3.0 [ 48%]

...tateSpeed: number = 0 Defined in laya/particle/ParticleSetting.ts:45 最大旋转速度(单位:2D弧度/秒、3D弧度/秒) maxStartColor maxStartColor: Float32Array = new Float32Array([1, 1, 1, 1]) Defined in laya/particle/ParticleSetting.ts:79 最大开始颜色 maxStartRadius maxStartRadius...

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

306. 3D寻路 · LayaAir3.0文档 · LAYABOX [ 47%]

...._tarPosition, this._upVector3, false); //因为资源规格,这里需要旋转180度 this.layaMonkey.transform.rotate(this._rotation2, false, false); //调整位置 Tween.to(this._finalPosition, { x: this._position.x, y: this._position.y, z: this._position.z }, 40); this.moveSprite3D.transform.po...

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

307. 缓动动画(TypeScript-LayaAir基础篇(TS)-动画基础) [ 47%]

...置,比如最常用的x、y位置属性,及alpha透明属性,以及旋转心、大小等其他属性。 ##### duration duration是执行缓动效果花费的时间,单位是豪秒,时间越多,缓动效果越慢。 ##### ease ease 为缓动类型,它可以使用Ease类下定义...

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

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

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

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

309. 材质编辑模块 · LayaAir3.0文档 · LAYABOX [ 37%]

...变为白色。如动图2-1-6-2-1所示: 动图2-1-6-2-1 (3)Rotation旋转 可以将立方体贴图绕着y旋转0~360度。 (4)CubeTexture球状贴图 用来设置天空盒的采样贴图,需要使用CubeMap类型的立方体贴图。 (5)AlphaTestValue alpha测试值 这个值在...

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

310. laya.physics.joint.PrismaticJoint_API3.0 [ 32%]

...移动关节允许两个物体沿指定相对移动,它会阻止相对旋转 Hierarchy JointBase PrismaticJoint Index Constructors constructor Properties _extra _singleton anchor axis collideConnected otherBody owner runInEditor scriptPath selfBody Accessors awaked destroyed enableLimit enableM...

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