Class MyComponentTypeAttribute
  
  
  
  
    Inheritance
    System.Object
    MyComponentTypeAttribute
   
  
  Assembly: VRage.Game.dll
  Syntax
  
    public class MyComponentTypeAttribute : Attribute
   
  Constructors
  
  
  
  
  MyComponentTypeAttribute(Type)
  
  
  Declaration
  
    public MyComponentTypeAttribute(Type componentType)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Type | componentType |  | 
    
  
  
  
  
  MyComponentTypeAttribute(Type, Type)
  
  
  Declaration
  
    public MyComponentTypeAttribute(Type componentType, Type modApiInterface)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Type | componentType |  | 
      
        | System.Type | modApiInterface |  | 
    
  
  
  
  
  MyComponentTypeAttribute(Type, Type, Type)
  
  
  Declaration
  
    public MyComponentTypeAttribute(Type componentType, Type modApiInterface, Type modApiIngameInterface)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Type | componentType |  | 
      
        | System.Type | modApiInterface |  | 
      
        | System.Type | modApiIngameInterface |  | 
    
  
  Fields
  
  
  
  ComponentType
  
  
  Declaration
  
    public readonly Type ComponentType
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Type |  | 
    
  
  
  
  ModApiIngameInterface
  
  
  Declaration
  
    public readonly Type ModApiIngameInterface
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Type |  | 
    
  
  
  
  ModApiInterface
  
  
  Declaration
  
    public readonly Type ModApiInterface
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Type |  |