deserializeVectorArr2D

Parses a two-dimensional array of parameter string to a two- dimensional array of ref_Vector types.

Signatures

  •   deserializeVectorArr2D( strArr )

Example

 const vectors = 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.

See also