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

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

341. laya.d3.core.trail.TrailMaterial_API3.0 [ 44%]

...用于实现拖尾材质。 Hierarchy Material TrailMaterial Implements IClone Index Constructors constructor Properties _id destroyedImmediately lock name renderQueue url uuid ALPHATESTVALUE DEBUG RENDERMODE_ADDTIVE RENDERMODE_ALPHABLENDED RENDERQUEUE_ALPHATEST RENDERQUEUE_OPAQUE RENDERQUEUE_TRANSP...

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

342. laya.d3.core.material.SkyBoxMaterial_API3.0 [ 44%]

...现SkyBoxMaterial材质。 Hierarchy Material SkyBoxMaterial Implements IClone Index Constructors constructor Properties _id destroyedImmediately lock name renderQueue url uuid ALPHATESTVALUE DEBUG EXPOSURE RENDERQUEUE_ALPHATEST RENDERQUEUE_OPAQUE RENDERQUEUE_TRANSPARENT ROTATION SHADERDEFINE_ADDTIV...

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

343. laya.d3.core.material.SkyPanoramicMaterial_API3.0 [ 43%]

...ramicMaterial材质。 Hierarchy Material SkyPanoramicMaterial Implements IClone Index Constructors constructor Properties _id destroyedImmediately lock name renderQueue url uuid ALPHATESTVALUE DEBUG EXPOSURE RENDERQUEUE_ALPHATEST RENDERQUEUE_OPAQUE RENDERQUEUE_TRANSPARENT ROTATION SHADERDEFINE_ADDT...

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

344. laya.d3.core.particleShuriKen.ShurikenParticleSystem [ 43%]

...hurikenParticleSystem laya.d3.core.GeometryElementImplements laya.d3.core.IClone ShurikenParticleSystem 类用于创建3D粒子数据模板。 Public Properties PropertyDefined By  aliveParticleCount : int[read-only] 粒子存活个数。 ShurikenParticleSystem  autoRandomSeed : Boolean是否...

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

345. laya.d3.core.material.WaterPrimaryMaterial_API3.0 [ 43%]

...于实现水材质。 Hierarchy Material WaterPrimaryMaterial Implements IClone Index Constructors constructor Properties _id destroyedImmediately lock name renderQueue url uuid ALPHATESTVALUE DEBUG HORIZONCOLOR MAINTEXTURE NORMALTEXTURE RENDERQUEUE_ALPHATEST RENDERQUEUE_OPAQUE RENDERQUEUE_TRANSPARE...

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

346. laya.d3.core.material.SkyProceduralMaterial_API3.0 [ 43%]

...uralMaterial材质。 Hierarchy Material SkyProceduralMaterial Implements IClone Index Constructors constructor Properties _id destroyedImmediately lock name renderQueue url uuid ALPHATESTVALUE DEBUG RENDERQUEUE_ALPHATEST RENDERQUEUE_OPAQUE RENDERQUEUE_TRANSPARENT SHADERDEFINE_ADDTIVEFOG SHADERDEFIN...

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

347. laya.d3.math.Matrix4x4 [ 43%]

...spublic class Matrix4x4InheritanceMatrix4x4 ObjectImplements laya.d3.core.IClone Matrix4x4 类用于创建4x4矩阵。 Public Properties PropertyDefined By  elements : Float32Array矩阵元素数组Matrix4x4Public Methods  MethodDefined By  Matrix4x4(m11:Number = 1, m12:Number = 0, m13:Number ...

来源: laya_api 发布时间: 20170929

348. laya.d3.core.material.UnlitMaterial_API3.0 [ 43%]

...受光照影响的材质。 Hierarchy Material UnlitMaterial Implements IClone Index Constructors constructor Properties _id destroyedImmediately lock name renderQueue url uuid ALBEDOCOLOR ALBEDOTEXTURE ALPHATESTVALUE DEBUG RENDERMODE_ADDTIVE RENDERMODE_CUTOUT RENDERMODE_OPAQUE RENDERMODE_TRANSPAREN...

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

349. laya.d3.core.Camera_API3.0 [ 43%]

...ddComponent addComponentInstance addLayer bubbleEvent callLater clearTimer clone contains convertScreenCoordToOrthographicCoord destroy destroyChildren event frameLoop frameOnce getChildAt getChildByName getChildIndex getComponent getComponents hasHideFlag hasListener isAncestorOf normalizedViewport...

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

350. 射线检测-射线检测 [ 42%]

...ereCollider.center = sprite3d3.meshFilter.sharedMesh.boundingSphere.center.clone(); sphereCollider.radius = sprite3d3.meshFilter.sharedMesh.boundingSphere.radius; var boxCollider = sprite3d4.addComponent(Laya.BoxCollider); boxCollider.setFromBoundBox(sprite3d4.meshFilter.sharedMesh.boundingBox); //...

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