Method GetArray
GetArray(Int32)
Returns an array of all GlobalVariables in a global array.
Declaration
public GlobalVariable[] GetArray(int itemSize)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | itemSize | The number of items stored in each array index. For example an array of Vector3s takes up 3 items. |
Returns
| Type | Description |
|---|---|
| GlobalVariable[] | The array of GlobalVariables. |