Method MakeChunkComponentTypeIndex
MakeChunkComponentTypeIndex(TypeIndex)
Creates a new TypeIndex that allows the passed in 'typeindex' to be used as a chunk component.
Declaration
public static TypeIndex MakeChunkComponentTypeIndex(TypeIndex typeIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| TypeIndex | typeIndex | The TypeIndex to use as a chunk component. |
Returns
| Type | Description |
|---|---|
| TypeIndex | Returns the new TypeIndex. |