Skip to content

API > FrustumPlanes


FrustumPlanes⚓︎

This type contains the view space coordinates of the near projection plane.
Unity FrustumPlanes

Members⚓︎

Properties⚓︎

Name Description
FrustumPlanes.bottomProperty Position in view space of the bottom side of the near projection plane.
FrustumPlanes.leftProperty Position in view space of the left side of the near projection plane.
FrustumPlanes.rightProperty Position in view space of the right side of the near projection plane.
FrustumPlanes.topProperty Position in view space of the top side of the near projection plane.
FrustumPlanes.zFarProperty Z distance from the origin of view space to the far projection plane.
FrustumPlanes.zNearProperty Z distance from the origin of view space to the near projection plane.

Constructor⚓︎

Name Description
FrustumPlanes()Constructor Creates new FrustumPlanes