大约有 160 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0043 秒)
Laya2.0_文档(45) Laya_社区(29) laya_api(28) Laya3.0_api(24) Laya2.0_api(23) Laya3.0_文档(9) Laya_示例(2)
...性的类型支持不仅限于number,还新增了对Vector2、Vector3、Vector4、Color、Point以及字符串形式颜色值的支持。新的Tween对象设计得非常轻量,因此默认不重用,以避免因对象重用而引发的问题。此外,新系统不再使用Handler,从而杜...
来源: Laya3.0_文档 发布时间: 20251010
...extureByIndex getVector2 getVector2ByIndex getVector3 getVector3ByIndex getVector4 getVector4ByIndex hasDefine hasListener isCreateFromURL off offAll offAllCaller oldparseEndEvent on once removeDefine setBool setBoolByIndex setBuffer setBufferByIndex setColor setColorByIndex setDefine setFloat setFl...
来源: Laya3.0_api 发布时间: 20231115
...extureByIndex getVector2 getVector2ByIndex getVector3 getVector3ByIndex getVector4 getVector4ByIndex hasDefine hasListener isCreateFromURL off offAll offAllCaller oldparseEndEvent on once removeDefine setBool setBoolByIndex setBuffer setBufferByIndex setColor setColorByIndex setDefine setFloat setFl...
来源: Laya3.0_api 发布时间: 20231115
...extureByIndex getVector2 getVector2ByIndex getVector3 getVector3ByIndex getVector4 getVector4ByIndex hasDefine hasListener isCreateFromURL off offAll offAllCaller oldparseEndEvent on once removeDefine setBool setBoolByIndex setBuffer setBufferByIndex setColor setColorByIndex setDefine setFloat setFl...
来源: Laya3.0_api 发布时间: 20231115
...影响 this.particleSprite3D.particleSystem.startColorConstant = new Laya.Vector4(data.color.x,data.color.y,data.color.z,1);这个是改变粒子颜色的代码 2019-07-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个...
来源: Laya_社区 发布时间: 20190709
...1 Parameters index: number Returns any getVector getVector(index: number): Vector4 Defined in laya/d3/shader/ShaderData.ts:176 获取颜色。 Parameters index: number shader索引。 Returns Vector4 颜色向量。 getVector2 getVector2(index: number): Vector2 Defined in laya/d3/shader/ShaderData.t...
来源: Laya3.0_api 发布时间: 20231102
...); //降低反射率,加强反射贴图反射 material.albedo = new Laya.Vector4(0.8, 0.8, 0.8, 0); material.diffuseTexture = Laya.Texture2D.load("images/bg03.png"); box.meshRender.material = material; //平面 var plane = sprite3D.addChild(new Laya.MeshSprite3D(new Laya.PlaneMesh(15, 15, 1, 1)));...
来源: Laya_社区 发布时间: 20180103
...tem.ts:301 粒子的播放速度。 startColorConstant startColorConstant: Vector4 = new Vector4(1, 1, 1, 1) Defined in laya/d3/core/particleShuriKen/ShurikenParticleSystem.ts:290 开始颜色,0模式。 startColorConstantMax startColorConstantMax: Vector4 = new Vector4(1, 1, 1, 1) Defined in laya...
来源: Laya3.0_api 发布时间: 20231115
...extureByIndex getVector2 getVector2ByIndex getVector3 getVector3ByIndex getVector4 getVector4ByIndex hasDefine hasListener isCreateFromURL off offAll offAllCaller oldparseEndEvent on once removeDefine setBool setBoolByIndex setBuffer setBufferByIndex setColor setColorByIndex setFloat setFloatByIndex...
来源: Laya3.0_api 发布时间: 20231102
...不清理深度 buf.clearRenderTarget(true,false,new Laya.Vector4(0,0,0,0)); //将传入的Render渲染到纹理上 for(var i = 0,n = renders.length;i<n;i++){ if(renders == null){ ...
来源: Laya_社区 发布时间: 20210203