◆
ToFloatArray()
static float [] ToFloatArray
(
this
Vector3
vec
)
static
Parameters
vec
this is the vector calling this function. It is the values contained herein that will be stored in the array.
Returns
the return value will be an array of float's, 3 elements in size. The order of the values contained in the array will be x,y,z.
EyE
Unity
Extensions
Vector3Extensions