YaPostProcessBlurHandle
The handle of post-process Blur
Properties
YaEntity TargetEntity
Target Entity
number Intensity
Strength of the blur filter.
[Default(0)]
[Suggestion Range(0, 5)]
number Iterations
Affects the smoothness of blurriness.
number BlendTimeEnter
Post processing start working and enter to screen time.
[Default(0.1)]
number BlendTimeExit
Post processing stop working and exit from screen time.
[Default(0.15)]
Functions
void Play()
Play playing post effect blur. This method can be called on Client mode or Server mode.
void Stop()
Stop playing post effect blur. This method can be called on Client mode or Server mode.