Method ReadVector3
ReadVector3(BinaryReader)
Reads a vector3 from the binary reader.
Declaration
public static Vector3 ReadVector3(this BinaryReader reader)
Parameters
Type | Name | Description |
---|---|---|
BinaryReader | reader |
Returns
Type | Description |
---|---|
Vector3 | The vector that has been read. |