format
typescript
PostEffectPackage.GetPostEffectByDefine(value)class: PostEffectPackage
description
Get the post-processing object based on the post-processing effect.
parameter
| param_name | type | description |
|---|---|---|
| value | PostEffectDefine | The post-processing effect. |
reture
| type | description |
|---|---|
PostEffectBase | The post-processing object. |
