Struct CameraProperties
  
  
  
  
  
  Assembly: UnityEngine.dll
  Syntax
  
    public struct CameraProperties
   
  Methods
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetCameraCullingPlane(Int32)
  
  
  Declaration
  
    public Plane GetCameraCullingPlane(int index)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | Int32 | index |  | 
    
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetShadowCullingPlane(Int32)
  
  
  Declaration
  
    public Plane GetShadowCullingPlane(int index)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | Int32 | index |  | 
    
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  SetCameraCullingPlane(Int32, Plane)
  
  
  Declaration
  
    public void SetCameraCullingPlane(int index, Plane plane)
   
  Parameters
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  SetShadowCullingPlane(Int32, Plane)
  
  
  Declaration
  
    public void SetShadowCullingPlane(int index, Plane plane)
   
  Parameters
  
  Extension Methods