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

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

31. laya.d3.graphics.VertexPositionNormalTextureSkinTangent [ 88%]

...3[read-only] VertexPositionNormalTextureSkinTangent  textureCoordinate : Vector2[read-only] VertexPositionNormalTextureSkinTangent  vertexDeclaration : VertexDeclaration[read-only] VertexPositionNormalTextureSkinTangentPublic Methods  MethodDefined By  VertexPositionNormalTextureSkinTangent(p...

来源: laya_api 发布时间: 20170929

32. laya.d3.graphics.VertexPositionNormalColorTextureSkin [ 88%]

...or3[read-only] VertexPositionNormalColorTextureSkin  textureCoordinate : Vector2[read-only] VertexPositionNormalColorTextureSkin  vertexDeclaration : VertexDeclaration[read-only] VertexPositionNormalColorTextureSkinPublic Methods  MethodDefined By  VertexPositionNormalColorTextureSkin(positio...

来源: laya_api 发布时间: 20170929

33. laya.d3.graphics.VertexPositionNormalColorTextureSkinTangent [ 87%]

...d-only] VertexPositionNormalColorTextureSkinTangent  textureCoordinate : Vector2[read-only] VertexPositionNormalColorTextureSkinTangent  vertexDeclaration : VertexDeclaration[read-only] VertexPositionNormalColorTextureSkinTangentPublic Methods  MethodDefined By  VertexPositionNormalColorTextu...

来源: laya_api 发布时间: 20170929

34. laya.d3.graphics.VertexParticle [ 86%]

...] VertexParticle  radian : Vector4[read-only] VertexParticle  radius : Vector2[read-only] VertexParticle  sizeRotation : Vector3[read-only] VertexParticle  startColor : Vector4[read-only] VertexParticle  time : Number[read-only] VertexParticle  velocity : Vector3[read-only] VertexParticl...

来源: laya_api 发布时间: 20170929

35. viewportPointToRay产生的射线始终有偏差,是为什么? [ 86%]

...为什么? 我使用这种方式构造了一个射线: let point = new Vector2(Laya.stage.mouseX, Laya.stage.mouseY); camera.viewportPointToRay(point, this._ray);然后发现ray构造出来的位置始终不对,我沿着ray的方向放了一组3D物体,和从屏幕点击下去的位置始终...

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

36. laya.d3.terrain.unit.DetailTextureInfo [ 86%]

...ngDetailTextureInfo  normalTexture : StringDetailTextureInfo  offset : Vector2DetailTextureInfo  scale : Vector2DetailTextureInfoPublic Methods  MethodDefined By  DetailTextureInfo()DetailTextureInfoProperty DetaildiffuseTexturepropertypublic var diffuseTexture:StringnormalTextureproperty ...

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

37. laya.renders.VertexElementFormat_API3.0 [ 83%]

...Byte4 ByteOne Color NormalizedShort2 NormalizedShort4 Short2 Short4 Single Vector2 Vector3 Vector4 Methods getElementInfos Properties Static Byte2 Byte2: string = "byte2" Defined in laya/renders/VertexElementFormat.ts:24 字节数组2 Static Byte3 Byte3: string = "byte3" Defined in laya/renders/Vert...

来源: Laya3.0_api 发布时间: 20231115

38. laya.d3.graphics.VertexElementFormat_API3.0 [ 83%]

...Byte4 ByteOne Color NormalizedShort2 NormalizedShort4 Short2 Short4 Single Vector2 Vector3 Vector4 Methods getElementInfos Properties Static Byte2 Byte2: string = "byte2" Defined in laya/d3/graphics/VertexElementFormat.ts:24 字节数组2 Static Byte3 Byte3: string = "byte3" Defined in laya/d3/graph...

来源: Laya3.0_api 发布时间: 20231102

39. laya.d3.graphics.VertexElementFormat [ 83%]

...ElementFormat  Color : String = color[static] VertexElementFormat  HalfVector2 : String = halfvector2[static] VertexElementFormat  HalfVector4 : String = halfvector4[static] VertexElementFormat  NormalizedShort2 : String = normalizedshort2[static] VertexElementFormat  NormalizedShort4 : St...

来源: laya_api 发布时间: 20170929

40. Vector 向量如何创建? 在2d微信小游戏中 [ 82%]

...2d微信小游戏中 在微信2d工程里面 创建向量  var v = new Vector2(); 会报错   TypeError: Vector2 is not a constructor 2018-06-07 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 c__yh 赞同来自...

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