to_float
Description:
[ Version ( since = "1.0" ) ]
public void to_float (ref float[] dest)
Stores the components of the given Vec4 into an array of floating point values.
Parameters:
this |
a Vec4
|
dest |
return location for an array of floating point values
|