Matrix4X4TypeReadWriter Class

Definition

TypeReadWriter<T> for a System.Numerics.Matrix4x4

public sealed class Matrix4X4TypeReadWriter : VoltRpc.Types.TypeReadWriter<System.Numerics.Matrix4x4>
Inheritance
System.Object
TypeReadWriter<System.Numerics.Matrix4x4>
Matrix4X4TypeReadWriter

Constructors

Matrix4X4TypeReadWriter()

Methods

Read(BufferedReader)

Called when the type needs to be read

Write(BufferedWriter, Matrix4x4)
Write(BufferedWriter, T)

Called when the type needs to be written

(Inherited from TypeReadWriter<T>)