deserializeVectorArr2D
Parses a two-dimensional array of parameter string to a two- dimensional array of ref_Vector types.
Signatures
- Paramate.Configurator.deserializeVectorArr2D( strArr )
Example
const vectors = Paramate.Configurator.deserializeVectorArr2D( configurator.getParamValue('main:vectorArray2d') );
Parameters
- strArr
-
A two-dimensional array of string elements. These must contain string representations of paramate vectors.
Return value
A two-dimensional array with elements of type ref_Vector.