大约有 311 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0067 秒)
Laya_社区(121) Laya3.0_api(97) Laya2.0_api(23) laya_api(21) Laya_示例(15) Laya3.0_文档(15) Laya2.0_示例(10) Laya2.0_文档(9)
...ithAccessorIndex getBufferwithAccessorIndex(accessorIndex: number): Float32Array | Uint16Array | Uint8Array | Uint32Array | Int16Array | Int8Array Defined in laya/gltf/glTFUtils.ts:324 获取 accessor buffer 数据 Parameters accessorIndex: number Returns Float32Array | Uint16Array | Uint8Array | Ui...
来源: Laya3.0_api 发布时间: 20231102
...ytesAvailable endian length pos Methods clear getUTFBytes getUTFString readArrayBuffer readByte readFloat32 readFloat32Array readFloat64 readInt16 readInt16Array readInt32 readString readUint16 readUint32 readUint8 readUint8Array writeArrayBuffer writeByte writeFloat32 writeFloat64 writeInt16 writeI...
来源: Laya3.0_api 发布时间: 20231115
...sponse varies 响应实体的类型由 responseType 来指定, 可以是 ArrayBuffer ,Blob, Document, JavaScript 对象 (即 “json”), 或者是字符串。如果请求未完成或失败,则该值为 null responseText DOMString 此次请求的响应为文本,或是当请求未成功...
来源: Laya3.0_文档 发布时间: 20250104
...les drawTriangles(texture: Texture, x: number, y: number, vertices: Float32Array, uvs: Float32Array, indices: Uint16Array, matrix?: Matrix | null, alpha?: number, color?: string | number, blendMode?: string | null): DrawTrianglesCmd Defined in laya/display/Graphics.ts:273 绘制一组三角形 Param...
来源: Laya3.0_api 发布时间: 20231115
...les drawTriangles(texture: Texture, x: number, y: number, vertices: Float32Array, uvs: Float32Array, indices: Uint16Array, matrix?: Matrix | null, alpha?: number, color?: string | number, blendMode?: string | null): DrawTrianglesCmd Inherited from Graphics.drawTriangles Defined in laya/display/Graph...
来源: Laya3.0_api 发布时间: 20231115
...onstructors constructor new HeightfieldTerrainShape(heightfieldData: Uint16Array | Float32Array | Uint8Array, heightStickWidth: number, heightStickLength: number, minHeight: number, maxHeight: number, heightScale: number): HeightfieldTerrainShape Overrides ColliderShape.constructor Defined in laya/d...
来源: Laya3.0_api 发布时间: 20231115
...可读。 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/Buffer.ts:10 _...
来源: Laya3.0_api 发布时间: 20231115
...打开这个网页呢 移植了一个游戏 代码重新 写的 我用list.array=Array;数据全部插进去数组里了,但是list中没有完全展示数组数据,只展示了其中的图片部分,数组能console出,那个list中的数据也存在,但没渲染出。 一个3D正方体模...
来源: Laya_社区 发布时间: 20180213
...: HtmlElementType Defined in laya/html/HtmlElement.ts:20 Static pool pool: Array<HtmlElement> = [] Defined in laya/html/HtmlElement.ts:79 Methods fetchAttributes fetchAttributes(): void Defined in laya/html/HtmlElement.ts:64 Returns void getAttr getAttr(attrName: string): any Defined in laya/h...
来源: Laya3.0_api 发布时间: 20231115
...useEvent Returns any Returns void show show(x?: number, y?: number, views: Array<StatUIParams>): void Overrides IStatRender.show Defined in laya/utils/StatUI.ts:44 override 显示性能统计信息。 Parameters Default value x: number = 0 X轴显示位置。 Default value y: number = 0 Y轴...
来源: Laya3.0_api 发布时间: 20231102