Version: 2019.2
Experimental: this API is experimental and might be changed or removed in the future.

VisualEffect.playRate

マニュアルに切り替える
public float playRate ;

説明

A multiplier applied to the delta time when updating the VisualEffect. The default value is 1.0f.

Set playRate greater than 1 to play the visual effect faster than normal. set playRate between 0 and 1 to play the effect slower than normal. This property is not serialized. After loading, it automatically resets to the default value.