| 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
)
Public Function ConvertVector4ToByteArray (
_vector4 As Vector4
) As Byte()
public:
array<unsigned char>^ ConvertVector4ToByteArray(
Vector4 _vector4
)
member ConvertVector4ToByteArray :
_vector4 : Vector4 -> byte[]
Parameters
- _vector4
- Type: Vector4
The Vector4 to convert
Return Value
Type:
ByteA byte array representing a Vector4 variable
See Also