Version: 2018.4
public static bool TryGetFrustum (Camera camera, Vector3[] near, Vector3[] far, out float frustumAspect);

パラメーター

cameraCamera to use.
nearThe corners of the near plane. (A minimum size of 4 elements is required.)
farThe corners of the far plane. (A minimum size of 4 elements is required.)
frustumAspectThe aspect ratio of the frustrum.

戻り値

bool Whether the frustrum was calculated.

説明

Calculate the frustrum corners.

Corners are calculated in this order: left bottom, left top, right top, right bottom.