Closed aprudhomme closed 2 months ago
Add a script parameter type for a float vector. This is used to provide a float[] to the script. The advantage is that this type can be used for vector based computations more efficiently than a List<Float>.
float[]
List<Float>
Add a script parameter type for a float vector. This is used to provide a
float[]
to the script. The advantage is that this type can be used for vector based computations more efficiently than aList<Float>
.