Search Results for

    Show / Hide Table of Contents

    Class Matrix3X2TypeReadWriter

    TypeReadWriter<T> for a Matrix3x2

    Inheritance
    Object
    TypeReadWriter<Matrix3x2>
    Matrix3X2TypeReadWriter
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: VoltRpc.Extension.Vectors.Types
    Assembly: VoltRpc.Extension.Vectors.dll
    Syntax
    public sealed class Matrix3X2TypeReadWriter : TypeReadWriter<Matrix3x2>

    Methods

    | Improve this Doc View Source

    Read(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)
    • Improve this Doc
    • View Source
    ☀
    ☾
    In This Article
    Back to top
    Voltstro-Studios (c) 2021-2022
    ☀
    ☾