Class MyObjectBuilder_ProductionBlock
Inheritance
System.Object
MyObjectBuilder_ProductionBlock
Assembly: SpaceEngineers.ObjectBuilders.dll
Syntax
[MyObjectBuilderDefinition]
public abstract class MyObjectBuilder_ProductionBlock : MyObjectBuilder_FunctionalBlock
Constructors
MyObjectBuilder_ProductionBlock()
Declaration
protected MyObjectBuilder_ProductionBlock()
Fields
Declaration
[Nullable]
public MyObjectBuilder_Inventory InputInventory
Field Value
NextItemId
Declaration
Field Value
Type |
Description |
System.UInt32 |
|
OutputInventory
Declaration
[Nullable]
public MyObjectBuilder_Inventory OutputInventory
Field Value
Queue
Declaration
[Serialize]
public MyObjectBuilder_ProductionBlock.QueueItem[] Queue
Field Value
UseConveyorSystem
Declaration
public bool UseConveyorSystem
Field Value
Type |
Description |
System.Boolean |
|
Properties
Inventory
Don't use. Backward compatibility only. Use InputInventory and OutputInventory instead.
Declaration
[Nullable]
public MyObjectBuilder_Inventory Inventory { get; set; }
Property Value
Methods
SetupForProjector()
Declaration
public override void SetupForProjector()
Overrides
ShouldSerializeInventory()
Declaration
public bool ShouldSerializeInventory()
Returns
Type |
Description |
System.Boolean |
|
Extension Methods