Vector2TypeReadWriter Class
Definition
TypeReadWriter<T> for a System.Numerics.Vector2
public sealed class Vector2TypeReadWriter : VoltRpc.Types.TypeReadWriter<System.Numerics.Vector2>
- Inheritance
Constructors
Vector2TypeReadWriter() |
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, Vector2) |