◆ ConvertFloatArrayToVector3()

static Vector3 EdgeMultiplay.Util.ConvertFloatArrayToVector3 ( float[]  floatArray,
int  startIndex = 0 
)
static

Returns a Vector 3 from the supplied floatArray starting from the supplied startIndex, your floatArray size must be larger than 2

Parameters
floatArrayfloat array to be converted to Vector3
startIndexthe start index of the Vector3 in the float array
Returns
Vector3 Object