Version: 2023.2
언어: 한국어

Light.dilatedRange

매뉴얼로 전환
public float dilatedRange ;

설명

The Light.range property describes the range of each point on the light. However, area lights consist of several light-emitting points, and so the effective range is a bit larger, and depends on the size of the area light. This property returns this larger range. Use this property to find whether a given world-space point will be lit by the area light.

If not an area light, then returns the same value as Light.range.