Vector4h.FromBinaryStream(BinaryReader) Method

Definition

Updates the X,Y,Z and W components of this instance by reading from a Stream.

public void FromBinaryStream (System.IO.BinaryReader bin);
member this.FromBinaryStream : System.IO.BinaryReader -> unit

Parameters

bin
BinaryReader

A BinaryReader instance associated with an open Stream.

Applies to