DepthOfFieldEffect

사용되지 않는 항목 표시

The DepthOfFieldEffect simulates a camera lens by blurring parts of a scene not in focus. Distant objects can be blurred or this effect can be used to focus on specific parts of a scene, like an item in an in-game shop.

Like other post-processing effects, DepthOfFieldEffect will only work while Enabled and when parented to Lighting or Workspace.CurrentCamera. Also, it may render differently on low-end devices 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.

요약

속성

속성PostEffect에서 상속되었습니다
  • 병렬 읽기

    Toggles whether or not the PostEffect is enabled.

속성

FarIntensity

병렬 읽기

Intensity of the far field blur, moving out in distance from the FocusDistance point plus InFocusRadius value.

FocusDistance

병렬 읽기

Controls the distance away from the camera (in studs) where objects are in focus.

InFocusRadius

병렬 읽기

Controls the distance away from the FocusDistance (on both sides) where no blur is applied. Measured in studs.

NearIntensity

병렬 읽기

Intensity of the near field blur, between the camera and the FocusDistance point minus InFocusRadius value.

메서드

이벤트