Interface IUniverseView
  
  
  
    - Namespace
 - KSP.Sim
 
  - Assembly
 - Assembly-CSharp.dll
 
   
  
  
  
    public interface IUniverseView
   
  
    - Extension Methods
 
    - 
  
  
  
  
  
  
 
  Properties
  
  
  AssetLoader
  
  
  
  
  
    CelestialBodyAssetLoader AssetLoader { get; }
   
  Property Value
  
    - CelestialBodyAssetLoader
 
    
  
  
  
  
  
  
    Transform CelestialTransform { get; }
   
  Property Value
  
    - Transform
 
    
  
  
  
  CelestialUtilities
  
  
  
  
  
    CelestialUtilities CelestialUtilities { get; }
   
  Property Value
  
    - CelestialUtilities
 
    
  
  
  
  FlightObserver
  
  
  
  
  
    IUniverseObserver FlightObserver { get; set; }
   
  Property Value
  
    - IUniverseObserver
 
    
  
  
  
  InternalSpace
  
  
  
  
  
    IInternalSpaceProvider InternalSpace { get; }
   
  Property Value
  
    - IInternalSpaceProvider
 
    
  
  
  
  
  
  
    Transform InternalSpaceTransform { get; }
   
  Property Value
  
    - Transform
 
    
  
  
  
  Model
  
  
  
  
  
    UniverseModel Model { get; }
   
  Property Value
  
    - UniverseModel
 
    
  
  
  
  
  
  
    Transform PhysXCounterRotatingTransform { get; }
   
  Property Value
  
    - Transform
 
    
  
  
  
  
  
  
    Transform PhysXReferenceTransform { get; }
   
  Property Value
  
    - Transform
 
    
  
  
  
  PhysicsDeltaTime
  
  
  
  
  
    float PhysicsDeltaTime { get; }
   
  Property Value
  
    - float
 
    
  
  
  
  PhysicsSpace
  
  
  
  
  
    IPhysicsSpaceProvider PhysicsSpace { get; }
   
  Property Value
  
    - IPhysicsSpaceProvider
 
    
  
  
  
  
  
  
    Transform PhysicsSpaceTransform { get; }
   
  Property Value
  
    - Transform
 
    
  
  
  
  ScaledSpace
  
  
  
  
  
    IScaledSpaceProvider ScaledSpace { get; }
   
  Property Value
  
    - IScaledSpaceProvider
 
    
  
  
  
  
  
  
    Transform ScaledSpaceTransform { get; }
   
  Property Value
  
    - Transform
 
    
  
  
  
  ViewActionQueue
  
  
  
  
  
    IViewActionQueue ViewActionQueue { get; }
   
  Property Value
  
    - IViewActionQueue
 
    
  
  Methods
  
  
  Destroy()