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

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

91. laya.d3.math.Vector2_API3.0 [ 80%]

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

92. graphics绘制报错 [ 80%]

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

93. laya.maths.Vector2_API3.0 [ 80%]

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

94. laya.d3.resource.models.SkyDome [ 80%]

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

95. 真机上随机报错 [ 80%]

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

96. laya.d3.renderobjs.nativeobj.NativeShaderData_API3.0 [ 80%]

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

97. WebSocket发送与接收数据(JavaScript-LayaAir基础篇(JS)-数据与通信) [ 80%]

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

98. proto as3 [ 80%]

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

99. [LayaAir3]win7发现惊天大Bug [ 80%]

[LayaAir3]win7发现惊天大Bug Camera设置depth,选择depth32黑屏,控制太出现这个警告,默认的depth16没有问题 mac上depth32也没有问题。 官方看一下是系统的问题还是引擎兼容的问题 附件 : --> 2024-02-19 添加评论 免费帖 --> 分享 微博 QZONE 微...

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

100. 2.0.2beta unity插件window10系统报错 [ 79%]

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