Search Results for

    Show / Hide Table of Contents

    Class PlaneTypeReadWriter

    TypeReadWriter<T> for a Plane

    Inheritance
    Object
    TypeReadWriter<Plane>
    PlaneTypeReadWriter
    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 PlaneTypeReadWriter : TypeReadWriter<Plane>

    Methods

    | Improve this Doc View Source

    Read(BufferedReader)

    Called when the type needs to be read

    Declaration
    public override Plane Read(BufferedReader reader)
    Parameters
    Type Name Description
    BufferedReader reader

    The BufferedReader to read from

    Returns
    Type Description
    Plane

    Return the read value from the BufferedReader

    Overrides
    VoltRpc.Types.TypeReadWriter<System.Numerics.Plane>.Read(VoltRpc.IO.BufferedReader)
    | Improve this Doc View Source

    Write(BufferedWriter, Plane)

    Called when the type needs to be written

    Declaration
    public override void Write(BufferedWriter writer, Plane value)
    Parameters
    Type Name Description
    BufferedWriter writer

    The BufferedWriter to write to

    Plane value
    Overrides
    VoltRpc.Types.TypeReadWriter<System.Numerics.Plane>.Write(VoltRpc.IO.BufferedWriter, System.Numerics.Plane)
    • Improve this Doc
    • View Source
    ☀
    ☾
    In This Article
    Back to top
    Voltstro-Studios (c) 2021-2022
    ☀
    ☾