Class Matrix3X2TypeReadWriter
TypeReadWriter<T> for a Matrix3x2
Inherited Members
Namespace: VoltRpc.Extension.Vectors.Types
Assembly: VoltRpc.Extension.Vectors.dll
Syntax
public sealed class Matrix3X2TypeReadWriter : TypeReadWriter<Matrix3x2>
Methods
| Improve this Doc View SourceRead(BufferedReader)
Called when the type needs to be read
Declaration
public override Matrix3x2 Read(BufferedReader reader)
Parameters
Type | Name | Description |
---|---|---|
BufferedReader | reader | The BufferedReader to read from |
Returns
Type | Description |
---|---|
Matrix3x2 | Return the read value from the BufferedReader |
Overrides
VoltRpc.Types.TypeReadWriter<System.Numerics.Matrix3x2>.Read(VoltRpc.IO.BufferedReader)
|
Improve this Doc
View Source
Write(BufferedWriter, Matrix3x2)
Called when the type needs to be written
Declaration
public override void Write(BufferedWriter writer, Matrix3x2 value)
Parameters
Type | Name | Description |
---|---|---|
BufferedWriter | writer | The BufferedWriter to write to |
Matrix3x2 | value |
Overrides
VoltRpc.Types.TypeReadWriter<System.Numerics.Matrix3x2>.Write(VoltRpc.IO.BufferedWriter, System.Numerics.Matrix3x2)