BlurEffect

非推奨を表示

The BlurEffect applies a Gaussian blur to the entire rendered game world. The strength of the blur is controlled by the BlurEffect.Size. Only one BlurEffect can be applied at once (the instance with the greatest Size takes priority).

Like other post-processing effects, BlurEffect will only work while Enabled and when parented to Lighting or Workspace.CurrentCamera. Also, it may render differently on low-end devices and/or depending on your Studio settings (see the Quality Level settings in RenderingPerformance).

For more details on this effect and others, see Post-Processing Effects.

概要

プロパティ

  • 並列読み取り

    Determines the blur radius.

PostEffect から継承した プロパティ
  • 並列読み取り

    Toggles whether or not the PostEffect is enabled.

プロパティ

Size

並列読み取り

Size controls the blur radius, measured in pixels. The larger the size, the blurrier the screen will become.

方法

イベント