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

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

1181. laya.d3.core.MeshSprite3D_API3.0 [ 29%]

...e layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/MeshSprite3D" MeshSprite3D Class MeshSprite3D MeshSprite3D 类用于创建网格。 Hierarchy RenderableSprite3D MeshSprite3D Index Constructors constructor Properties _extra _scene _url na...

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

1182. laya.d3.core.particleshuriken.ShuriKenParticle3D_API3.0 [ 29%]

...e layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/particleShuriKen/ShuriKenParticle3D" ShuriKenParticle3D Class ShuriKenParticle3D ShuriKenParticle3D 3D粒子。 Hierarchy RenderableSprite3D ShuriKenParticle3D Index Constructors constructo...

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

1183. laya.d3.core.SkinnedMeshSprite3D_API3.0 [ 29%]

...e layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/SkinnedMeshSprite3D" SkinnedMeshSprite3D Class SkinnedMeshSprite3D SkinnedMeshSprite3D 类用于绑点骨骼节点精灵。 Hierarchy RenderableSprite3D SkinnedMeshSprite3D Index Constructo...

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

1184. laya.d3.core.trail.TrailSprite3D_API3.0 [ 29%]

...e layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/trail/TrailSprite3D" TrailSprite3D Class TrailSprite3D TrailSprite3D 类用于创建拖尾渲染精灵。 Hierarchy RenderableSprite3D TrailSprite3D Index Constructors constructor Propertie...

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

1185. laya.d3.core.SimpleSkinnedMeshSprite3D_API3.0 [ 29%]

...e layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/SimpleSkinnedMeshSprite3D" SimpleSkinnedMeshSprite3D Class SimpleSkinnedMeshSprite3D SkinnedMeshSprite3D 类用于创建网格。 Hierarchy RenderableSprite3D SimpleSkinnedMeshSprite3D Inde...

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

1186. 缓存工具-layadcc · LayaAir3.4 · 引擎文档 · LAYABOX [ 28%]

...om/layabox/layadcc2.git 分支:dccplugin LayaDCCClient的接口定义: export class LayaDCCClient{ onlyTransUrl:boolean; //映射到dcc目录的地址头,如果没有,则按照http://*/算,所有的请求都裁掉主机地址 pathMapToDCC:string; /** * * @param frw 文件访问接口,不...

来源: Laya3.0_文档 发布时间: 20251010

1187. 3D性能优化 · LayaAir3.4 · 引擎文档 · LAYABOX [ 28%]

...。 脚本代码如下: const { regClass, property } = Laya; @regClass() export class Script extends Laya.Script { //共享材质,用于合批 public batchMat: Laya.Material; //颜色数目 private _colorNums = 20; //精灵数目 private _spriteNums = 200; private _createColorBufferData() { //...

来源: Laya3.0_文档 发布时间: 20251010

1188. 使用3D精灵 · LayaAir3.4 · 引擎文档 · LAYABOX [ 28%]

...) 脚本的代码为: const { regClass, property } = Laya; @regClass() export class CameraMoveScript extends Laya.Script3D { /** @private */ protected _tempVector3: Laya.Vector3 = new Laya.Vector3(); protected lastMouseX: number = 0; protected lastMouseY: number = 0; protected yawPitchRoll: Laya...

来源: Laya3.0_文档 发布时间: 20251010

1189. laya.d3.core.pixelline.PixelLineSprite3D_API3.0 [ 28%]

...e layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/pixelLine/PixelLineSprite3D" PixelLineSprite3D Class PixelLineSprite3D PixelLineSprite3D 类用于像素线渲染精灵。 Hierarchy RenderableSprite3D PixelLineSprite3D Index Constructors ...

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

1190. 3D灯光与阴影 · LayaAir3.4 · 引擎文档 · LAYABOX [ 27%]

...下面为创建多光源的代码 代码参考“引擎API使用示例” export class MultiLight extends BaseScript { constructor() { super(); } onAwake(): void { var moveScript: LightMoveScript = this.camera.addComponent(LightMoveScript); var moverLights: Laya.Sprite3D[] = moveScript.lights; var o...

来源: Laya3.0_文档 发布时间: 20251010