Click or drag to resize

GameLiftManagerConvertVector4ToByteArray Method

Converts a Vector4 variable into a byte array

Namespace:  ASL
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public byte[] ConvertVector4ToByteArray(
	Vector4 _vector4
)

Parameters

_vector4
Type: Vector4
The Vector4 to convert

Return Value

Type: Byte
A byte array representing a Vector4 variable
See Also