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