Version: 2020.2
言語: 日本語
public float nearClipPlane ;

説明

The distance of the near clipping plane from the the Camera, in world units.

The near clipping plane is nearest point of the Camera's view frustum. The Camera cannot see geometry that is closer this distance. For more information, see Understanding the view frustum.

In the Unity Editor, this corresponds to the Clipping Planes: Near property in the Camera component Inspector.

See Also: Camera Inspector reference, Camera.farClipPlane, layerCullDistances.