Click or drag to resize

GameLiftManagerGameControllerConvertFloatArrayIntoVector3Array Method

Converts a float array into a vector3 array

Namespace:  ASL
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
private Vector3[] ConvertFloatArrayIntoVector3Array(
	float[] _floats
)

Parameters

_floats
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