deserializeMatrix44Arr1D
Parses a parameter string to an array of a Matrix44 type.
Signatures
- Paramate.Configurator.deserializeMatrix44Arr1D( strArr )
Example
const matrix = deserializeMatrix44Arr1D( configurator.getParamValue(
'main:modelMatrixList') );
Parameters
- strArr
-
A one-dimensional array of string elements.
Return value
A one-dimensional array with elements of type Matrix44.