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

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

71. laya.d3.renderobjs.renderobj.SkinRenderElementOBJ_API3.0 [ 47%]

...ya/d3/RenderObjs/RenderObj/RenderElementOBJ.ts:22 skinnedData skinnedData: Float32Array[] Defined in laya/d3/RenderObjs/RenderObj/SkinRenderElementOBJ.ts:10 Methods _addShaderInstance _addShaderInstance(shader: ShaderInstance): void Implementation of IRenderElement._addShaderInstance Inherited from ...

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

72. laya.d3.renderobjs.nativeobj.NativeIndexBuffer3D_API3.0 [ 47%]

...se 是否可读。 Returns NativeIndexBuffer3D Properties _buffer _buffer: Float32Array | Uint16Array | Uint8Array | Uint32Array Inherited from Buffer._buffer Defined in laya/RenderEngine/Buffer.ts:8 _bufferType _bufferType: number Inherited from Buffer._bufferType Defined in laya/RenderEngine/Buffe...

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

73. 为什么自定义shader大图正常,小图就被缩小了 [ 45%]

...三角形的顶点索引 } this.iNum = ibArray.length; this.vbData = new Float32Array(vbArray); this.ibData = new Uint16Array(ibArray); this.vBuffer.append(this.vbData); this.iBuffer.append(this.ibData); this.shaderValue = new myShaderValue(); this.shaderValue.textureHost = texture; this._renderType...

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

74. laya.resource.NativeContext_API3.0 [ 44%]

...ay: Uint8Array Defined in laya/resource/NativeContext.ts:74 _fdata _fdata: Float32Array Defined in laya/resource/NativeContext.ts:73 _idata _idata: Int32Array Defined in laya/resource/NativeContext.ts:72 sprite sprite: any = null Defined in laya/resource/NativeContext.ts:84 Static Readonly ARRAY_BUF...

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

75. laya.d3.graphics.VertexBuffer3D_API3.0 [ 44%]

...= false 是否可读。 Returns VertexBuffer3D Properties _buffer _buffer: Float32Array | Uint16Array | Uint8Array | Uint32Array Inherited from Buffer._buffer Defined in laya/RenderEngine/Buffer.ts:8 _bufferType _bufferType: number Inherited from Buffer._bufferType Defined in laya/RenderEngine/Buffe...

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

76. laya.d3.renderobjs.nativeobj.NativeVertexBuffer3D_API3.0 [ 41%]

...e 是否可读。 Returns NativeVertexBuffer3D Properties _buffer _buffer: Float32Array | Uint16Array | Uint8Array | Uint32Array Inherited from Buffer._buffer Defined in laya/RenderEngine/Buffer.ts:8 _bufferType _bufferType: number Inherited from Buffer._bufferType Defined in laya/RenderEngine/Buffe...

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

77. 官方案例里摄像机绕物体旋转脚本的问题 [ 41%]

...nput.GetTouch(0).position; var tempPosition2 = Input.GetTouch(1).position; float currentTouchDistance = Vector3.Distance(tempPosition1, tempPosition2); float lastTouchDistance = Vector3.Distance(oldPosition1, oldPosition2); //计算上次和这次双指触摸之间的距离差距 //然后去更改...

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

78. laya.maths.Vector3_API3.0 [ 40%]

... b: Vector3 被减向量 out: Vector3 Returns Vector3 writeTo writeTo(arr: Float32Array, offset?: number): void Defined in laya/maths/Vector3.ts:403 写入Array数组 Parameters arr: Float32Array 数组。 Default value offset: number = 0 数组偏移。 Returns void Static Clamp Clamp(value: Vector...

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

79. laya.d3.math.Vector3_API3.0 [ 39%]

... b: Vector3 被减向量 out: Vector3 Returns Vector3 writeTo writeTo(arr: Float32Array, offset?: number): void Defined in laya/d3/math/Vector3.ts:394 写入Array数组 Parameters arr: Float32Array 数组。 Default value offset: number = 0 数组偏移。 Returns void Static Clamp Clamp(value: Vect...

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

80. laya.maths.Matrix3x3_API3.0 [ 36%]

...ateElement: boolean = true Returns Matrix3x3 Properties elements elements: Float32Array Defined in laya/maths/Matrix3x3.ts:166 矩阵元素数组 Static Readonly DEFAULT DEFAULT: Readonly<Matrix3x3> = new Matrix3x3() Defined in laya/maths/Matrix3x3.ts:16 Methods clone clone(): any Defined in l...

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