大约有 260 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0047 秒)
Laya_社区(69) Laya3.0_api(58) Laya2.0_api(41) laya_api(39) Laya2.0_文档(30) Laya_示例(22) Laya3.0_文档(1)
... BaseMaterial blend : int透明混合。BaseMaterial blendConstColor : Vector4混合常量颜色。BaseMaterial blendEquation : int混合方程。BaseMaterial blendEquationAlpha : intAlpha混合方程。BaseMaterial blendEquationRGB : intRGB混合方程。BaseMaterial cull : int渲染剔除。...
来源: laya_api 发布时间: 20170929
...a(0, 0.1, 100)); //设置相机1清除颜色 camera1.clearColor = new Laya.Vector4(0.3, 0.3, 0.3, 1.0); camera1.transform.translate(new Laya.Vector3(0, 0, 1.5)); //设置裁剪空间的视口 camera1.normalizedViewport = new Laya.Viewport(0, 0, 0.5, 1.0); //创建相机2 var camera2 = scene.addChild...
来源: Laya2.0_文档 发布时间: 20210715
...a(0, 0.1, 100)); //设置相机1清除颜色 camera1.clearColor = new Laya.Vector4(0.3, 0.3, 0.3, 1.0); camera1.transform.translate(new Laya.Vector3(0, 0, 1.5)); //设置裁剪空间的视口 camera1.normalizedViewport = new Laya.Viewport(0, 0, 0.5, 1.0); //创建相机2 var camera2 = scene.addChild...
来源: Laya2.0_文档 发布时间: 20210715
...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
...l Inherited Externals Only exported Menu Globals "laya/d3/math/Native/ConchVector4" ConchVector4 Class ConchVector4 Vector4 类用于创建四维向量。 Hierarchy ConchVector4 Implements IClone Index Constructors constructor Properties elements ONE UnitW UnitX UnitY UnitZ ZERO Accessors w x y z Me...
来源: Laya3.0_api 发布时间: 20231102
... **向量** **Vector2**二维向量 , **Vector3** 三维向量, **Vector4 **四维向量,这几个向量在LayaAir 3D引擎中使用非常频繁,从二维向量到四维向量到处都会看到它们的身影。最基础的用法就是示例中用于赋值使用。 代码中3D对象...
来源: Laya2.0_文档 发布时间: 20210714
... **向量** **Vector2**二维向量 , **Vector3** 三维向量, **Vector4 **四维向量,这几个向量在LayaAir 3D引擎中使用非常频繁,从二维向量到四维向量到处都会看到它们的身影。最基础的用法就是示例中用于赋值使用。 代码中3D对象...
来源: Laya2.0_文档 发布时间: 20210715
...port Returns void project project(source: Vector3, matrix: Matrix4x4, out: Vector4): void Defined in laya/d3/math/Viewport.ts:48 投影一个三维向量到视口空间。 Parameters source: Vector3 三维向量。 matrix: Matrix4x4 变换矩阵。 out: Vector4 x、y、z为视口空间坐标,透视...
来源: Laya3.0_api 发布时间: 20231115
...1);\n" + "};"; this._setColor(Laya.VertexElementUsage.STARTCOLOR0,new Laya.Vector4(1,0,0,1)); this._setColor(Laya.VertexElementUsage.ENDCOLOR0,new Laya.Vector4(0,0,1,1)); var customShader = Laya.Shader3D.nameKey.add("GradientShader"); Laya.ShaderCompile3D.add(customShader, vs, ps, attributeMap, unif...
来源: Laya_社区 发布时间: 20180316