Method ArrayIndexToStaticIndex
ArrayIndexToStaticIndex(int)
Converts the given array index (typically the index inside RenderMeshArray) into a negative number that denotes that array position.
Declaration
public static int ArrayIndexToStaticIndex(int index)
Parameters
Type | Name | Description |
---|---|---|
int | index | The index to convert. |
Returns
Type | Description |
---|---|
int | Returns the converted index. |