大约有 92 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0028 秒)
... 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
...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
# Effect材质详解 ###### *version :2.1.0beta Update:2019-5-14* EffectMaterail特效材质,靠混合模式产生光效,这种材质常用特效制作。 #### 主要属性与方法 > 属性 `color:Vector4` 颜色。 `renderMode:int` [write-only] 设置渲染模式。 `texture:BaseTexture` 贴...
来源: Laya2.0_文档 发布时间: 20210714
# Effect材质详解 ###### *version :2.1.0beta Update:2019-5-14* EffectMaterail特效材质,靠混合模式产生光效,这种材质常用特效制作。 #### 主要属性与方法 > 属性 `color:Vector4` 颜色。 `renderMode:int` [write-only] 设置渲染模式。 `texture:BaseTexture` 贴...
来源: Laya2.0_文档 发布时间: 20210714
# Effect材质详解 ###### *version :2.1.0beta Update:2019-5-14* EffectMaterail特效材质,靠混合模式产生光效,这种材质常用特效制作。 #### 主要属性与方法 > 属性 `color:Vector4` 颜色。 `renderMode:int` [write-only] 设置渲染模式。 `texture:BaseTexture` 贴...
来源: Laya2.0_文档 发布时间: 20210715
...是可以的,但是我现在需要显示自己定义的枚举 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
... 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
... 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
... 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
..._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