Vector4TypeReadWriter Class
Definition
TypeReadWriter<T> for a System.Numerics.Vector4
public sealed class Vector4TypeReadWriter : VoltRpc.Types.TypeReadWriter<System.Numerics.Vector4>
- Inheritance
Constructors
Vector4TypeReadWriter() |
Methods
Read(BufferedReader) | Called when the type needs to be read |
Write(BufferedWriter, T) | Called when the type needs to be written (Inherited from TypeReadWriter<T>) |
Write(BufferedWriter, Vector4) |