Class ResourceDataProvider
  
  
  
    - Namespace
 - KSP.Game
 
  - Assembly
 - Assembly-CSharp.dll
 
   
  
  
  
    public class ResourceDataProvider : DataBus<VesselComponent>
   
  
    - Inheritance
 
    - 
      
      
      
ResourceDataProvider
     
  
  
    - Inherited Members
 
    - 
    
    
    
    
    
    
    
    
    
    
    
  
 
  
    - Extension Methods
 
    - 
  
  
  
  
  
  
 
  Constructors
  
  
  ResourceDataProvider()
  
  
  
  
  
    public ResourceDataProvider()
   
  Fields
  
  NonStageableResourcesVisible
  
  
  
  
  
    public PropertyExternal<bool> NonStageableResourcesVisible
   
  Field Value
  
    - PropertyExternal<bool>
 
    
  
  Properties
  
  
  PartContainers
  
  
  
  
  
    public ContextListProperty<PartContainersDataContext> PartContainers { get; }
   
  Property Value
  
    - ContextListProperty<PartContainersDataContext>
 
    
  
  Methods
  
  
  CloseNonStageableResourceWindow()
  
  
  
  
  
    public void CloseNonStageableResourceWindow()
   
  
  
  IsNonStageableResourcesVisible()
  
  
  
  
  
    public bool IsNonStageableResourcesVisible()
   
  Returns
  
    - bool
 
    
  
  
  
  IsResourceManagerVisible()
  
  
  
  
  
    public bool IsResourceManagerVisible()
   
  Returns
  
    - bool
 
    
  
  
  
  Reset()
  
  
  
  
  
    public override void Reset()
   
  
  
  SetNonStageableResourcesVisible(bool)
  
  
  
  
  
    public void SetNonStageableResourcesVisible(bool value)
   
  Parameters
  
    value bool 
    
  
  
  
  Shutdown()
  
  
  
  
  
    public override void Shutdown()
   
  
  
  SyncTo(VesselComponent)
  
  
  
  
  
    public override void SyncTo(VesselComponent dataSource)
   
  Parameters
  
    dataSource VesselComponent