Click or drag to resize

GameLiftManagerConvertFloatArrayToVector3Array Method

Converts a float array into a Vector3 array

Namespace:  ASL
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public static Vector3[] ConvertFloatArrayToVector3Array(
	float[] _floatVectors
)

Parameters

_floatVectors
Type: SystemSingle
The float array to convert into a Vector3 array

Return Value

Type: Vector3
A Vector3 array representing the float array passed in
See Also