Show / Hide Table of Contents

Class MyComponentTypeAttribute

Inheritance
System.Object
MyComponentTypeAttribute
Namespace: VRage.Game.Components
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
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾