ToArray Method (Matrix4x4)
Creates an array containing the elements of the matrix.
public System.float[] ToArray()
'Declaration
Public Function ToArray() As System.Single()
Return Value
A sixteen-element array containing the components of the matrix.