Matrix4X4TypeReadWriter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released.
TypeReadWriter<T> for a Matrix4x4
public sealed class Matrix4X4TypeReadWriter : VoltRpc.Types.TypeReadWriter<System.Numerics.Matrix4x4>
- Inheritance
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>) |