| 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
)
Public Function ConvertVector3ToByteArray (
_vector3 As Vector3
) As Byte()
public:
array<unsigned char>^ ConvertVector3ToByteArray(
Vector3 _vector3
)
member ConvertVector3ToByteArray :
_vector3 : Vector3 -> byte[]
Parameters
- _vector3
- Type: Vector3
The vector 3 to convert
Return Value
Type:
ByteA byte array representing a vector3
See Also