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

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

631. laya.d3.physicscannon.CannonPhysicsComponent_API3.0 [ 42%]

...Preparing search index... The search index is not available ts Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/physicsCannon/CannonPhysicsComponent" CannonPhysicsComponent Class CannonPhysicsComponent PhysicsComponent 类用于创建物理组件的父...

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

632. laya.resource.RenderTextureCube_API3.0 [ 42%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/resource/RenderTextureCube" RenderTextureCube Class RenderTextureCube SpotLight 类用于创建RenderTextureCube。 Hierarchy RenderTexture Rend...

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

633. laya.d3.webxr.core.WebXRRenderTexture_API3.0 [ 42%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/WebXR/core/WebXRRenderTexture" WebXRRenderTexture Class WebXRRenderTexture author miner 类用来创建WebXRRenderTexture Hierarchy RenderTex...

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

634. laya.ani.AnimationTemplet_API3.0 [ 42%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/ani/AnimationTemplet" AnimationTemplet Class AnimationTemplet AnimationTemplet 类用于动画模板资源。 Hierarchy Resource AnimationTemple...

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

635. laya.particle.ParticleTemplate2D_API3.0 [ 41%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/particle/ParticleTemplate2D" ParticleTemplate2D Class ParticleTemplate2D Hierarchy Resource ParticleTemplate2D Implements ISubmit Index Construc...

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

636. laya.d3.core.material.unlit.UnlitTestMaterial_API3.0 [ 41%]

...Preparing search index... The search index is not available ts Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/material/unlit/UnlitTestMaterial" UnlitTestMaterial Class UnlitTestMaterial Hierarchy Material UnlitTestMaterial Implements IClone Index...

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

637. laya.d3.component.volume.Volume_API3.0 [ 41%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/component/Volume/Volume" Volume Class Volume Hierarchy Component Volume ReflectionProbe VolumetricGI StaticBatchVolume Index Constructors con...

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

638. 3D性能优化 · LayaAir3.3 · 引擎文档 · LAYABOX [ 41%]

...() export class Script extends Laya.Script { //共享材质,用于合批 public batchMat: Laya.Material; //颜色数目 private _colorNums = 20; //精灵数目 private _spriteNums = 200; private _createColorBufferData() { //随机给20个颜色 let colorBuffer = new Float32Array(20 * 4); for (v...

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

639. 3D粒子 · LayaAir3.3 · 引擎文档 · LAYABOX [ 41%]

..."__InPool"; constructor() { } private static _instance: Pool = new Pool(); public static getInstance() { return this._instance; } //通过名字找到对应的对象池 getPoolBySign(sign:string): any { return this._poolDic[sign] || (this._poolDic[sign] = []); }; //回收 recover(sign:string, item:a...

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

640. 3D粒子编辑模块 · LayaAir3文档 · LAYABOX [ 41%]

..."__InPool"; constructor() { } private static _instance: Pool = new Pool(); public static getInstance() { return this._instance; } //通过名字找到对应的对象池 getPoolBySign(sign:string): any { return this._poolDic[sign] || (this._poolDic[sign] = []); }; //回收 recover(sign:string, item:a...

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