大约有 90 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0041 秒)
...his.byte.writeInt16(20); //写入一个32位的浮点数据 this.byte.writeFloat32(20.5); // 写入一个字符串; this.byte.writeUTFString("hello"); //这里声明一个临时Byte类型 var by:Laya.Byte = new Laya.Byte(); //设置endian; by.endian = Laya.Byte.LITTLE_ENDIAN; //写入一个int32...
来源: Laya3.0_文档 发布时间: 20241014
...wTriangles 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 绘制一组三角...
来源: Laya3.0_api 发布时间: 20231115
...wTriangles 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/displa...
来源: Laya3.0_api 发布时间: 20231115
...。 Graphics drawTriangles(texture:Texture, x:Number, y:Number, vertices:Float32Array, uvs:Float32Array, indices:Uint16Array, matrix:Matrix = null, alpha:Number = 1, color:String = null, blendMode:String = null):DrawTrianglesCmd 绘制一组三角形 Graphics fillBorderText(text:String, x:Number, ...
来源: Laya2.0_api 发布时间: 20190513
...带符号的字节。 返回值的范围是从 -128 到 127。 Byte readFloat32():Number 从字节流的当前字节偏移位置处读取一个 IEEE 754 单精度(32 位)浮点数。 Byte readFloat32Array(start:int, len:int):* 从字节流中 start 参数指定的位置开始,读取 len ...
来源: Laya2.0_api 发布时间: 20190513
...abled; // 选项组是否可用 bool myBool = true; // 复选框状态 float myFloat = 2.33f; // 滑动条的值 [MenuItem("Extend Windows/MyWindow")] public static void ShowWindow() { // 显示某个编辑器窗口。传参即是要显示的窗口类型(类名) EditorWindow.GetWindow(ty...
来源: Laya_社区 发布时间: 20171102
...带符号的字节。 返回值的范围是从 -128 到 127。 Byte getFloat32():Number 从字节流的当前字节偏移位置处读取一个 IEEE 754 单精度(32 位)浮点数。 Byte getFloat32Array(start:int, len:int):* 从字节流中 start 参数指定的位置开始,读取 len ...
来源: laya_api 发布时间: 20170929
...wTriangles 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/displa...
来源: Laya3.0_api 发布时间: 20231115
... number, yOffset: number, width: number, height: number, out: Uint8Array | Float32Array): Uint8Array | Float32Array Inherited from RenderTextureCube.getData Defined in laya/d3/resource/RenderTexture.ts:229 Parameters xOffset: number yOffset: number width: number height: number out: Uint8Array | Floa...
来源: Laya3.0_api 发布时间: 20231102
...aniClipIndex = index; armature._curOriginalData = new Float32Array(armature._templet.getTotalkeyframesLength(index)); } let graphics = armature._getGrahicsDataWithCache(index, frame); graphics ? armature.graphics = graphics : armature._c...
来源: Laya_社区 发布时间: 20181115