Class SaveTreeBuildingRecords
  
  Building data following header.
 
  
  
    Inheritance
    
    SaveTreeBuildingRecords
   
  
  Assembly: Assembly-CSharp.dll
  Syntax
  
    public class SaveTreeBuildingRecords
   
  Constructors
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  SaveTreeBuildingRecords(BinaryReader)
  
  
  Declaration
  
    public SaveTreeBuildingRecords(BinaryReader reader)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | BinaryReader | 
        reader | 
        Reader positioned at start of binary data. 
 | 
      
    
  
  Properties
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  NumberOfBuildings
  
  
  Declaration
  
    public int NumberOfBuildings { get; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  RecordData
  
  
  Declaration
  
    public DFLocation.BuildingData[] RecordData { get; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  RecordLength
  
  
  Declaration
  
    public int RecordLength { get; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  StreamPosition
  
  
  Declaration
  
    public long StreamPosition { get; }
   
  Property Value