Method GetType
GetType(TypeIndex)
Gets the System.Type for the component represented by TypeIndex.
Declaration
public static Type GetType(TypeIndex typeIndex)
Parameters
Type | Name | Description |
---|---|---|
TypeIndex | typeIndex | TypeIndex for a component type |
Returns
Type | Description |
---|---|
Type | The System.Type for the component. |