Skip to content

format

typescript
PostEffectPackage.SetEnable(value, enable)

class: PostEffectPackage

description

Set the enable status of the specified post-processing effect.

parameter

param_nametypedescription
valuePostEffectDefineThe post-processing effect.
enablebooleanWhether to enable the effect.

reture

typedescription
void

code example