Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


CameraProperties

Camera related properties in CullingParameters.
Read time 1 minuteLast updated 4 days ago

Definition

public struct CameraProperties : IEquatable<CameraProperties>

Remarks

Typical use case is to compute culling parameters from Camera data, see GetCullingParameters.

Methods

Method

Description

GetCameraCullingPlaneGet a camera culling plane.
GetShadowCullingPlaneGet a shadow culling plane.
SetCameraCullingPlaneSet a camera culling plane.
SetShadowCullingPlaneSet a shadow culling plane.