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

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

61. 自定义shader-简单shader [ 54%]

...rldMat*a_Normal;}"; var ps = "#ifdef FSHIGHPRECISION\n" + "precision highp float;\n" + "#else\n" + "precision mediump float;\n" + "#endif\n" + "varying vec3 v_Normal;\n" + "void main(){\n" + "gl_FragColor=vec4(v_Normal,1.0);}\n"; Laya.ShaderCompile3D.add(customShader, vs, ps, attributeMap, uniformMa...

来源: Laya_示例 发布时间: 20240930

62. laya.d3.core.material.StandardMaterial [ 54%]

...ean):void 设置布尔。 BaseMaterial _setBuffer(shaderIndex:int, buffer:Float32Array):void 设置Buffer。 BaseMaterial _setColor(shaderIndex:int, color:*):void 设置颜色。 BaseMaterial _setInt(shaderIndex:int, i:int):void 设置整型。 BaseMaterial _setMatrix4x4(shaderIndex:int, matrix4...

来源: laya_api 发布时间: 20170929

63. laya.utils.Byte_API3.0 [ 54%]

...th pos Methods clear getUTFBytes getUTFString readArrayBuffer readByte readFloat32 readFloat32Array readFloat64 readInt16 readInt16Array readInt32 readString readUint16 readUint32 readUint8 readUint8Array writeArrayBuffer writeByte writeFloat32 writeFloat64 writeInt16 writeInt32 writeUTFBytes writeU...

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

64. laya.d3.core.pixelline.PixelLineMaterial_API3.0 [ 54%]

...Bool getBoolByIndex getBuffer getBufferByIndex getColor getColorByIndex getFloat getFloatByIndex getInt getIntByIndex getMatrix4x4 getMatrix4x4ByIndex getShaderData getShaderDataByIndex getShaderPropertyValue getTexture getTextureByIndex getVector2 getVector2ByIndex getVector3 getVector3ByIndex getV...

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

65. dragonbones动画的自定义帧事件的参数全部丢失 [ 53%]

... 我在龙骨编辑器中添加了自定义帧事件,并且填了intfloat、string等类型的参数       然后代码监听label事件,可以监听到  但是有两个问题: 1、会额外触发一个name: "undefined"的无效事件 2、自己定义的名为"kk"的事件其全部参...

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

66. laya.d3.core.material.EffectMaterial_API3.0 [ 53%]

...Bool getBoolByIndex getBuffer getBufferByIndex getColor getColorByIndex getFloat getFloatByIndex getInt getIntByIndex getMatrix4x4 getMatrix4x4ByIndex getShaderData getShaderDataByIndex getShaderPropertyValue getTexture getTextureByIndex getVector2 getVector2ByIndex getVector3 getVector3ByIndex getV...

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

67. laya.d3.core.trail.TrailMaterial_API3.0 [ 53%]

...Bool getBoolByIndex getBuffer getBufferByIndex getColor getColorByIndex getFloat getFloatByIndex getInt getIntByIndex getMatrix4x4 getMatrix4x4ByIndex getShaderData getShaderDataByIndex getShaderPropertyValue getTexture getTextureByIndex getVector2 getVector2ByIndex getVector3 getVector3ByIndex getV...

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

68. laya.d3.core.material.SkyBoxMaterial_API3.0 [ 53%]

...Bool getBoolByIndex getBuffer getBufferByIndex getColor getColorByIndex getFloat getFloatByIndex getInt getIntByIndex getMatrix4x4 getMatrix4x4ByIndex getShaderData getShaderDataByIndex getShaderPropertyValue getTexture getTextureByIndex getVector2 getVector2ByIndex getVector3 getVector3ByIndex getV...

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

69. laya.d3.core.material.SkyPanoramicMaterial_API3.0 [ 53%]

...Bool getBoolByIndex getBuffer getBufferByIndex getColor getColorByIndex getFloat getFloatByIndex getInt getIntByIndex getMatrix4x4 getMatrix4x4ByIndex getShaderData getShaderDataByIndex getShaderPropertyValue getTexture getTextureByIndex getVector2 getVector2ByIndex getVector3 getVector3ByIndex getV...

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

70. laya.d3.math.Native.ConchVector4 [ 53%]

...创建四维向量。 Public Properties PropertyDefined By  elements : Float32Array[只读]向量元素集合。ConchVector4  ONE : ConchVector4[static] ConchVector4  UnitW : ConchVector4[static] ConchVector4  UnitX : ConchVector4[static] ConchVector4  UnitY : ConchVector4[static] ConchVe...

来源: Laya2.0_api 发布时间: 20190513