Class PlaneTypeReadWriter
TypeReadWriter<T> for a Plane
Inherited Members
Namespace: VoltRpc.Extension.Vectors.Types
Assembly: VoltRpc.Extension.Vectors.dll
Syntax
public sealed class PlaneTypeReadWriter : TypeReadWriter<Plane>
Methods
| Improve this Doc View SourceRead(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)