Method GetSystemType
GetSystemType(SystemTypeIndex)
Gets the Type for a system from its SystemTypeIndex.
Declaration
public static Type GetSystemType(SystemTypeIndex systemTypeIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| SystemTypeIndex | systemTypeIndex | The index identifying the system type. Obtain one via GetSystemTypeIndex<T>() or related APIs. |
Returns
| Type | Description |
|---|---|
| Type | The Type registered for |