Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

BatchCullingProjectionType

enumeration

Description

The projection type of a view that is being culled.

Properties

UnknownThe type of the projection is unknown.
PerspectiveObjects get smaller as their distance from the viewpoint increases.
OrthographicParallel lines in world-space remain parallel in screen-space.