format
typescript
PostEffectPackage.SetEnable(value, enable)class: PostEffectPackage
description
Set the enable status of the specified post-processing effect.
parameter
| param_name | type | description |
|---|---|---|
| value | PostEffectDefine | The post-processing effect. |
| enable | boolean | Whether to enable the effect. |
reture
| type | description |
|---|---|
void |
