Matrix3X2TypeReadWriter Class

Definition

TypeReadWriter<T> for a System.Numerics.Matrix3x2

public sealed class Matrix3X2TypeReadWriter : VoltRpc.Types.TypeReadWriter<System.Numerics.Matrix3x2>
Inheritance
System.Object
TypeReadWriter<System.Numerics.Matrix3x2>
Matrix3X2TypeReadWriter

Constructors

Matrix3X2TypeReadWriter()

Methods

Read(BufferedReader)

Called when the type needs to be read

Write(BufferedWriter, Matrix3x2)
Write(BufferedWriter, T)

Called when the type needs to be written

(Inherited from TypeReadWriter<T>)