Class MyProceduralDataView
  
  
  
  
    Inheritance
    System.Object
    
    MyProceduralDataView
   
  
  
  Assembly: Sandbox.Game.dll
  Syntax
  
    public class MyProceduralDataView : MyEnvironmentDataView
   
  Constructors
  
  
  
  
  MyProceduralDataView(MyProceduralEnvironmentProvider, Int32, ref Vector2I, ref Vector2I)
  
  
  Declaration
  
    public MyProceduralDataView(MyProceduralEnvironmentProvider provider, int lod, ref Vector2I start, ref Vector2I end)
   
  Parameters
  
  Methods
  
  
  
  
  AddSector(MyProceduralLogicalSector)
  
  
  Declaration
  
    public void AddSector(MyProceduralLogicalSector sector)
   
  Parameters
  
  
  
  
  Close()
  
  
  Declaration
  
    public override void Close()
   
  Overrides
  
  
  
  
  GetSectorIndex(Int32, Int32)
  
  
  Declaration
  
    public int GetSectorIndex(int x, int y)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Int32 | x |  | 
      
        | System.Int32 | y |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  |