Class MyObjectBuilder_FarmPlotLogic
  
  
  
  
    Inheritance
    System.Object
    
    
    MyObjectBuilder_FarmPlotLogic
   
  
  
  Assembly: SpaceEngineers.ObjectBuilders.dll
  Syntax
  
    [MyObjectBuilderDefinition]
public class MyObjectBuilder_FarmPlotLogic : MyObjectBuilder_ComponentBase
   
  Constructors
  
  
  
  
  MyObjectBuilder_FarmPlotLogic()
  
  
  Declaration
  
    public MyObjectBuilder_FarmPlotLogic()
   
  Fields
  
  
  
  CauseOfDeath
  
  
  Declaration
  
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  
  
  CurrentGrowthStageIndex
  
  
  Declaration
  
    public int CurrentGrowthStageIndex
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  
  
  GrowTime
  
  
  Declaration
  
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Single |  | 
    
  
  
  
  OutputItemAmountFromRange
  
  
  Declaration
  
    public int OutputItemAmountFromRange
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  
  
  PlantedSeedDefinitionId
  
  
  Declaration
  
    [Serialize]
public Nullable<SerializableDefinitionId> PlantedSeedDefinitionId
   
  Field Value
  
  
  
  PlantGrowthTimeRemainingInFrames
  
  
  Declaration
  
    public float PlantGrowthTimeRemainingInFrames
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Single |  | 
    
  
  
  
  PlantHealth
  
  
  Declaration
  
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Single |  | 
    
  
  Methods
  
  
  
  
  SetupForProjector()
  
  
  Declaration
  
    public override void SetupForProjector()
   
  Overrides
  
  Extension Methods