Method GetComponentType
GetComponentType(int)
Gets a ComponentType for the type stored at the index in the list.
Declaration
public ComponentType GetComponentType(int index)Parameters
| Type | Name | Description | 
|---|---|---|
| int | index | The index in the list. | 
Returns
| Type | Description | 
|---|---|
| ComponentType | Returns the ComponentType for the type stored at the index in the list. The returned ComponentType always has access mode ReadWrite. |