Click or drag to resize

GameLiftManagerConvertVector3ArrayToFloatArray Method

Converts a vector3 array into a float array

Namespace:  ASL
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public float[] ConvertVector3ArrayToFloatArray(
	Vector3[] _vectors
)

Parameters

_vectors
Type: Vector3
The vector3 array to convert into a float array

Return Value

Type: Single
A float array representing the vector3 array passed in
See Also