[]
Gets the value of the specified property by index.
public Matrix4x4 GetMatrix4x4Value(int index)
Public Function GetMatrix4x4Value(index As Integer) As Matrix4x4
| Type | Name | Description |
|---|---|---|
| int | index | The index of the property from which the data is to be obtained. |
| Type | Description |
|---|---|
| Matrix4x4 | The value of the specified property by index. |