Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


BatchCullingProjectionType

The projection type of a view that is being culled.
Read time 1 minuteLast updated 4 days ago

Definition

public enum BatchCullingProjectionType

Fields

Value

Description

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