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

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

181. 计算着色器 · LayaAir3.4 · 引擎文档 · LAYABOX [ 63%]

...uv, 0.0).rgb; int idx = 4 * local.x + c; tile[r][idx] = col; } } // ensure all loads visible barrier(); // compute and write results for (int r = 0; r < 4; ++r) { for (int c = 0; c < 4; ++c) { ivec2 writeIndex = baseIndex + ivec2(c, r); if (value != 0u) { writeIndex = ivec2(writeIndex.y, write...

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

182. ViewStack属性详解(TypeScript-IDE篇(TS)-IDE组件属性详解) [ 63%]

...。 ​ 保存页面,按F12发布页面,发布后生成在layaUI.max.all.ts文件中,我们直接使用它。 创建ComponentDemo.ts并设置默认程序,编写代码如下: ```typescript // 程序入口 class ComponentDemo{ /**包含tab与viewStack组件的测试页面**/ private comp:ui....

来源: Laya2.0_文档 发布时间: 20210715

183. 2D自由形态光 · LayaAir3.4 · 引擎文档 · LAYABOX [ 63%]

...oint = polygon; // 增加灯光强度和设置灯光颜色 this.lightComp.falloffRange = 3; // 增大衰减范围 this.lightComp.color = new Laya.Color(1.0, 0.9, 0.6, 1); // 设置灯光颜色 this.lightComp.intensity = this.intensity; // 应用灯光强度 } onUpdate(): void { // 实现灯光旋转...

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

184. laya.effect.EffectBase_API3.0 [ 62%]

...reparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/effect/EffectBase" EffectBase Class EffectBase 效果插件基类,基于对象池管理 Hierarchy Component EffectBase FadeIn FadeOut Inde...

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

185. laya.d3.core.scene.bvhscenerendermanager.BVHRenderBox_API3.0 [ 62%]

...reparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/scene/BVHSceneRenderManager/BVHRenderSpatialBox" BVHRenderBox Class BVHRenderBox<T> Type parameters T Hierarchy BVHSpatialBox&...

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

186. 对象池 · LayaAir3.4 · 引擎文档 · LAYABOX [ 62%]

...。 * @param createFun 用于创建该类型对象的方法。 * @param caller this对象 * @return 此类型标识的一个对象。 */ static getItemByCreateFun(sign: string, createFun: Function, caller: any = null): any { var pool: any[] = Pool.getPoolBySign(sign); var rst: any = pool.length ? po...

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

187. laya.d3.math.native.ConchQuaternion_API3.0 [ 62%]

...rch Preparing search index... The search index is not available ts Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/math/Native/ConchQuaternion" ConchQuaternion Class ConchQuaternion Quaternion 类用于创建四元数。 Hierarchy ConchQuaternion Imple...

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

188. laya.d3.core.render.posteffect.BloomEffect_API3.0 [ 62%]

...reparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/render/PostEffect/BloomEffect" BloomEffect Class BloomEffect BloomEffect 类用于创建泛光效果。 Hierarchy PostProcessEffect ...

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

189. laya.effect.FadeOut_API3.0 [ 62%]

...reparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/effect/FadeOut" FadeOut Class FadeOut 淡出效果 Hierarchy EffectBase FadeOut Index Constructors constructor Properties _extra _singleton ...

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

190. laya.effect.FadeIn_API3.0 [ 62%]

...reparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/effect/FadeIn" FadeIn Class FadeIn 淡入效果 Hierarchy EffectBase FadeIn Index Constructors constructor Properties _extra _singleton auto...

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