Interface ICameraShot
  
  
  
    - Namespace
 - KSP.Sim
 
  - Assembly
 - Assembly-CSharp.dll
 
   
  
  
  
    public interface ICameraShot
   
  
    - Extension Methods
 
    - 
  
  
  
  
  
  
 
  Properties
  
  
  CameraForward
  
  
  
  
  
    Vector CameraForward { get; }
   
  Property Value
  
    - Vector
 
    
  
  
  
  CameraPosition
  
  
  
  
  
    Position CameraPosition { get; }
   
  Property Value
  
    - Position
 
    
  
  
  
  CameraRotation
  
  
  
  
  
    Rotation CameraRotation { get; }
   
  Property Value
  
    - Rotation
 
    
  
  
  
  CameraUp
  
  
  
  
  
  Property Value
  
    - Vector
 
    
  
  
  
  FieldOfView
  
  
  
  
  
    double FieldOfView { get; }
   
  Property Value
  
    - double
 
    
  
  
  
  IsOrthographic
  
  
  
  
  
    bool IsOrthographic { get; }
   
  Property Value
  
    - bool
 
    
  
  
  
  OrthographicSize
  
  
  
  
  
    double OrthographicSize { get; }
   
  Property Value
  
    - double