Class MyObjectBuilder_SubModelComponent
  
  
  
  
    Inheritance
    System.Object
    
    
    MyObjectBuilder_SubModelComponent
   
  
  
  Assembly: SpaceEngineers.ObjectBuilders.dll
  Syntax
  
    [MyObjectBuilderDefinition]
public class MyObjectBuilder_SubModelComponent : MyObjectBuilder_ComponentBase
   
  Constructors
  
  
  
  
  MyObjectBuilder_SubModelComponent()
  
  
  Declaration
  
    public MyObjectBuilder_SubModelComponent()
   
  Fields
  
  
  
  ModelAssetPath
  
  
  Declaration
  
    [Serialize]
public string ModelAssetPath
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
  
  ScaleFactor
  
  
  Declaration
  
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Single |  | 
    
  
  
  
  SubModelRotation
  
  
  Declaration
  
    [Serialize]
public Nullable<float> SubModelRotation
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Nullable<System.Single> |  | 
    
  
  Methods
  
  
  
  
  SetupForProjector()
  
  
  Declaration
  
    public override void SetupForProjector()
   
  Overrides
  
  Extension Methods