大约有 1,660 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0061 秒)
Laya_社区(1252) Laya3.0_api(252) Laya2.0_文档(48) laya_api(43) Laya2.0_api(39) Laya3.0_文档(17) Laya_示例(6) Laya2.0_示例(3)
...。 Returns void forNativeElement forNativeElement(nativeElements?: Float32Array | null): void Defined in laya/d3/math/Vector2.ts:130 Parameters Default value nativeElements: Float32Array | null = null Returns void fromArray fromArray(array: ArrayLike<number>, offset?: number): void Defined in...
来源: Laya3.0_api 发布时间: 20231102
... Laya.stage.addChild(sp); sp.graphics.drawTriangles( tex, 100, 0, new Float32Array([0,0,1,0,1,1,0,1]), new Float32Array([0,0,1,0,1,1,0,1]), new Uint16Array([0,1,2,2,3,0]) ); sp.graphics.drawImage(tex, 100, 0); })); } } new Sprite_DisplayImage(); 贴入官方引擎示例重现 附件 : --> 2019-08-29...
来源: Laya_社区 发布时间: 20190829
...。 Returns void forNativeElement forNativeElement(nativeElements?: Float32Array | null): void Defined in laya/maths/Vector2.ts:142 Parameters Default value nativeElements: Float32Array | null = null Returns void fromArray fromArray(array: ArrayLike<number>, offset?: number): void Defined in l...
来源: Laya3.0_api 发布时间: 20231115
...colorIntensity : Number 获取颜色强度。 Sky envDiffuseSHBlue : Float32Array[write-only] Sky envDiffuseSHGreen : Float32Array[write-only] Sky envDiffuseSHRed : Float32Array[write-only] Sky environmentDiffuse : BaseTexture 获取环境漫反射贴图。 Sky environmentSpecular : BaseTexture...
来源: laya_api 发布时间: 20170929
...4049: RangeError: Array buffer allocation failed this._vertices = new Float32Array(this._floatCountPerVertex * lastVBVertexCount); ^^ RangeError: Array buffer allocation failed at new ArrayBuffer (<anonymous>) at new Float32Array (<anonymous>) at ShurikenParticleSystem._initBufferDatas (...
来源: Laya_社区 发布时间: 20211211
...INativeUploadNode Index Properties _dataType _nativeObj nativeObjID payload32bitNum updataSizeMap updateMap Accessors uniformBuffersMap Methods addDefine applyUBOData clearDefine clearUpload clone cloneTo compressMatrix4x4 compressNumber compressNumberArray compressTexture compressUBO compressVector...
来源: Laya3.0_api 发布时间: 20231115
... this.byte.writeInt16(20);//写入一个int16的数据 this.byte.writeFloat32(20.5);//写入一个32位的浮点数据 this.byte.writeUTFString("hello");// 写入一个字符串; var by = new Laya.Byte();//这里声明一个临时Byte类型 by.endian = Laya.Byte.LITTLE_ENDIAN;//设置endian; by....
来源: Laya2.0_文档 发布时间: 20210714
...004_c { repeated objinfo info = 1; } message objinfo { required int32 id = 1; required int32 type = 2; repeated coordinates xy = 3; } message coordinates { required string x = 1; required string y = 2; } 有以下错误提示 Invalid wire type: 7 Invalid wire type: 4Invalid wire ...
来源: Laya_社区 发布时间: 20170306
[LayaAir3]win7发现惊天大Bug Camera设置depth,选择depth32黑屏,控制太出现这个警告,默认的depth16没有问题 mac上depth32也没有问题。 官方看一下是系统的问题还是引擎兼容的问题 附件 : --> 2024-02-19 添加评论 免费帖 --> 分享 微博 QZONE 微...
来源: Laya_社区 发布时间: 20240219
...window10系统报错 2.0.2beta unity插件报错 以下是报错内容 Win32Exception: ApplicationName='cmd.exe', CommandLine='/c "wmic csproduct list full "', CurrentDirectory='' System.Diagnostics.Process.Start_noshell (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process proc...
来源: Laya_社区 发布时间: 20190419