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

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

1. laya.effect.ButtonEffect_API3.0 [ 100%]

... Public/Protected All Inherited Externals Only exported Menu Globals "laya/effect/ButtonEffect" ButtonEffect Class ButtonEffect script {name:ButtonEffect} author ww Hierarchy ButtonEffect Index Properties backEase effectEase effectScale tweenTime Accessors target Properties backEase backEase: string...

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

2. laya.d3.component.PostProcess_API3.0 [ 98%]

...ostProcess Index Constructors constructor Accessors cameraDepthTextureMode effects enable Methods addEffect clearEffect getEffect removeEffect Constructors constructor new PostProcess(): PostProcess Defined in laya/d3/component/PostProcess.ts:104 创建一个 PostProcess 实例。 Returns PostProces...

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

3. Effect材质详解(JavaScript-3D基础(JS)-模型材质详解) [ 96%]

# Effect材质详解 ###### *version :2.1.0beta Update:2019-5-14* EffectMaterail特效材质,靠混合模式产生光效,这种材质常用特效制作。 #### 主要属性与方法 > 属性 `color:Vector4` 颜色。 `renderMode:int` [write-only] 设置渲染模式。 `texture:BaseTexture` 贴...

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

4. Effect材质详解(TypeScript-3D基础(TS)-模型材质详解) [ 96%]

# Effect材质详解 ###### *version :2.1.0beta Update:2019-5-14* EffectMaterail特效材质,靠混合模式产生光效,这种材质常用特效制作。 #### 主要属性与方法 > 属性 `color:Vector4` 颜色。 `renderMode:int` [write-only] 设置渲染模式。 `texture:BaseTexture` 贴...

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

5. Effect材质详解(ActionScript-3D基础(AS3)-模型材质详解) [ 96%]

# Effect材质详解 ###### *version :2.1.0beta Update:2019-5-14* EffectMaterail特效材质,靠混合模式产生光效,这种材质常用特效制作。 #### 主要属性与方法 > 属性 `color:Vector4` 颜色。 `renderMode:int` [write-only] 设置渲染模式。 `texture:BaseTexture` 贴...

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

6. 模板@prop如何使用枚举 [ 95%]

...是可以的,但是我现在需要显示自己定义的枚举 enum ENUM_Effect{ null=0, popupEffect = 1, closeEffect = 2 };  function ENUM_ChangeString(enumObject) { let reslut=""; for (var entry in ENUM_Effect) { reslut=reslut+","+entry; }  return reslut; } /** @prop {name:targetEffect, tips:"U...

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

7. laya.effect.EffectBase_API3.0 [ 95%]

... Public/Protected All Inherited Externals Only exported Menu Globals "laya/effect/EffectBase" EffectBase Class EffectBase 效果插件基类,基于对象池管理 Hierarchy Component EffectBase FadeIn FadeOut Index Constructors constructor Properties _extra _singleton autoDestroyAtComplete delay d...

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

8. laya.effect.FadeOut_API3.0 [ 95%]

... Public/Protected All Inherited Externals Only exported Menu Globals "laya/effect/FadeOut" FadeOut Class FadeOut 淡出效果 Hierarchy EffectBase FadeOut Index Constructors constructor Properties _extra _singleton autoDestroyAtComplete delay duration ease eventName owner repeat runInEditor scriptPa...

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

9. laya.effect.FadeIn_API3.0 [ 95%]

... Public/Protected All Inherited Externals Only exported Menu Globals "laya/effect/FadeIn" FadeIn Class FadeIn 淡入效果 Hierarchy EffectBase FadeIn Index Constructors constructor Properties _extra _singleton autoDestroyAtComplete delay duration ease eventName owner repeat runInEditor scriptPath t...

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

10. laya.d3.component.PostProcess [ 95%]

..._init(camera:Camera, command:CommandBuffer):void private PostProcess  addEffect(effect:PostProcessEffect):void 添加后期处理效果。 PostProcess  removeEffect(effect:PostProcessEffect):void 移除后期处理效果。 PostProcessConstructor DetailPostProcess()Constructorpublic function Pos...

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