Class MyObjectBuilder_WorldGenerator
  
  
  
  
    Inheritance
    System.Object
    
    
    MyObjectBuilder_WorldGenerator
   
  
  
  Assembly: VRage.Game.dll
  Syntax
  
    [MyObjectBuilderDefinition]
public class MyObjectBuilder_WorldGenerator : MyObjectBuilder_SessionComponent
   
  Constructors
  
  
  
  
  MyObjectBuilder_WorldGenerator()
  
  
  Declaration
  
    public MyObjectBuilder_WorldGenerator()
   
  Fields
  
  
  
  DeletedAreas
  
  
  Declaration
  
    public HashSet<EmptyArea> DeletedAreas
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Collections.Generic.HashSet<EmptyArea> |  | 
    
  
  
  
  ExistingObjectsSeeds
  
  
  Declaration
  
    public HashSet<MyObjectSeedParams> ExistingObjectsSeeds
   
  Field Value
  
  
  
  MarkedAreas
  
  
  Declaration
  
    public HashSet<EmptyArea> MarkedAreas
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Collections.Generic.HashSet<EmptyArea> |  | 
    
  
  Extension Methods