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

大约有 99 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0043 秒)

41. WebSocket通信 · LayaAir3.3 · 引擎文档 · LAYABOX [ 66%]

...于处理图像像素数据、音频样本等以字节为单位的数据;Float32Array 构造函数则可创建一个按 32 位浮点数来读取和处理数据的数组,常用于科学计算、图形处理等对精度和性能要求较高的场景。 借助 TypedArray,开发者能够避免直...

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

42. laya.d3.physics.shape.HeightfieldTerrainShape_API3.0 [ 64%]

...ors constructor new HeightfieldTerrainShape(heightfieldData: Uint16Array | Float32Array | Uint8Array, heightStickWidth: number, heightStickLength: number, minHeight: number, maxHeight: number, heightScale: number): HeightfieldTerrainShape Overrides ColliderShape.constructor Defined in laya/d3/physic...

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

43. LayaFlash开发Stage3D需要注意哪些问题? [ 64%]

...text.setVertexBufferAt(loc1, mVertexBuffer, 0, Context3DVertexBufferFormat.FLOAT_2); //[IF-JS]} //[IF-JS]loc2=pro.getAttributeLocation("a_color"); //[IF-JS]if(loc2 != null){ //[IF-JS] context.setVertexBufferAt(loc2, mVertexBuffer, VertexData.COLOR_OFFSET, Context3DVertexBufferFormat.FLOAT_4);3.Stage...

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

44. laya.d3.renderobjs.renderobj.InstanceRenderElementOBJ_API3.0 [ 63%]

...e Returns void getUpdateData getUpdateData(index: number, length: number): Float32Array Defined in laya/d3/RenderObjs/RenderObj/InstanceRenderElementOBJ.ts:35 Parameters index: number index of Buffer3D length: number length of array Returns Float32Array Globals "laya/d3/RenderObjs/RenderObj/Instance...

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

45. laya.d3.core.material.SkyBoxMaterial_API3.0 [ 60%]

...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

46. laya.d3.core.material.WaterPrimaryMaterial_API3.0 [ 60%]

...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

47. laya.d3.core.material.SkyProceduralMaterial_API3.0 [ 60%]

...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

48. 2d 自定义shader [ 60%]

...          varying vec4 v_color;             varying float v_testValue;             void main(){                 vec4 pos =mmat*vec4(position.x,position.y,0,1);                 gl_Position = vec4((pos.x/size.x-0.5)*2.0, (0.5-pos.y/size...

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

49. laya.d3.core.material.UnlitMaterial_API3.0 [ 59%]

...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

50. laya.gltf.glTFUtils_API3.0 [ 59%]

...BufferwithAccessorIndex getBufferwithAccessorIndex(accessorIndex: number): Float32Array | Uint16Array | Uint8Array | Uint32Array | Int16Array | Int8Array Defined in laya/gltf/glTFUtils.ts:324 获取 accessor buffer 数据 Parameters accessorIndex: number Returns Float32Array | Uint16Array | Uint8Arr...

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