Click or drag to resize

GameLiftManagerConvertVector3ToByteArray Method

Converts a vector3 variable into a byte array

Namespace:  ASL
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public byte[] ConvertVector3ToByteArray(
	Vector3 _vector3
)

Parameters

_vector3
Type: Vector3
The vector 3 to convert

Return Value

Type: Byte
A byte array representing a vector3
See Also