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

大约有 1,700 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0051 秒)

51. laya打包iOS,运行奔溃,构建时候选择的是2.3.0 [ 87%]

...a打包iOS,运行奔溃,构建时候选择的是2.3.0 2020-02-18 13:55:32.120276+0800 splitgame[1354:43331] getExtension WEBGL_compressed_texture_s3tc 尚未支持 2020-02-18 13:55:32.120543+0800 splitgame[1354:43331] getExtension WEBKIT_WEBGL_compressed_texture_s3tc 尚未支持 2020-02-18 13:5...

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

52. Sprite-根据数据绘制路径 [ 87%]

...ge.ALIGN_CENTER; Laya.stage.scaleMode = "showall"; Laya.stage.bgColor = "#232628"; drawPentagram(); })(); function drawPentagram() { var canvas = new Sprite(); Laya.stage.addChild(canvas); var path = []; path.push(0, -130); path.push(33, -33); path.push(137, -30); path.push(55, 32); path.push(85, 13...

来源: Laya_示例 发布时间: 20251130

53. laya 3D碰撞器与 Unity 不一致问题 [ 87%]

... • 2019-10-21 10:45 2.2.0的用不了 TypeError: Cannot read property 'R32G32B32A32' of undefined preload.js:55 at Function.__init__ (file:///F:/GameItem/SummonHamme/GameProject/DestructionGameObject_3D/bin/libs/laya.d3.js:30582:112) at file:///F:/GameItem/SummonHamme/GameProject/DestructionGameOb...

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

54. Sprite-根据数据绘制路径 [ 87%]

...ENTER; Laya.stage.scaleMode = Stage.SCALE_SHOWALL; Laya.stage.bgColor = "#232628"; this.drawPentagram(); } drawPentagram() { let canvas = new Laya.Sprite(); Laya.stage.addChild(canvas); let path = []; path.push(0, -130); path.push(33, -33); path.push(137, -30); path.push(55, 32); path.push(85, 130);...

来源: Laya2.0_示例 发布时间: 20251130

55. laya.d3.shadowMap.ParallelSplitShadowMap [ 87%]

...ustumCulling():BoundFrustumParallelSplitShadowMap  multiplyMatrixOutFloat32Array(left:Matrix4x4, right:Matrix4x4, out:Float32Array):void[static] 计算两个矩阵的乘法 ParallelSplitShadowMap  setFarDistance(value:Number):voidParallelSplitShadowMap  setInfo(scene:Scene, maxDistance:Number,...

来源: laya_api 发布时间: 20170929

56. 关于图集格式问题 [ 86%]

...置? --pixelFormat <pixel format> Mono | MonoLSB | Indexed8 | RGB32 | ARGB32 | ARGB32_Premultiplied | RGB16 | ARGB8565_Premultiplied | RGB666 | ARGB6666_Premultiplied | RGB555 | ARGB8555_Premultiplied | RGB888 | RGB444 | ARGB4444_Premultiplied | RGBX8888 | RGBA8888 | RGBA8888_Premultiplied |...

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

57. ts加密md5码封装 [ 86%]

...] } test: let str = Md5.Instance.get_md5("123456"); console.log(str) //len:32 //e10adc3949ba59abbe56e057f20f883emd5.ts class Md5 { private static _inst:Md5; public static get Instance():Md5 { return this._inst ||(this._inst = new Md5()); } public get_md5(str:string):string { return this.md5(str); } ...

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

58. laya.display.cmd.DrawTrianglesCmd [ 86%]

...TrianglesCmd  texture : Texture 纹理。 DrawTrianglesCmd  uvs : Float32Array UV数据。 DrawTrianglesCmd  vertices : Float32Array 顶点数组。 DrawTrianglesCmd  x : Number X轴偏移量。 DrawTrianglesCmd  y : Number Y轴偏移量。 DrawTrianglesCmdPublic Methods  MethodDefined By...

来源: Laya2.0_api 发布时间: 20190513

59. laya.d3.graphics.VertexBuffer3D [ 86%]

...er3D):void 和索引缓冲一起绑定。 VertexBuffer3D  getData():Float32Array 获取顶点数据。 VertexBuffer3D  setData(data:Float32Array, bufferOffset:int = 0, dataStartIndex:int = 0, dataCount:uint = 4294967295):void 设置数据。 VertexBuffer3DProtected Methods Show Inherited Protect...

来源: laya_api 发布时间: 20170929

60. 嵌套类型的protobuf报错 [ 85%]

嵌套类型的protobuf报错 message LoginResult {  required int32 result = 1;  optional string authToken = 2;  repeated ServerInfo serverList = 3;  optional int32 platformErrorCode = 4;  optional string par1 = 5;  optional string par2 = 6;  optional string recommendedUId = 7; } message Ser...

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