Vixen
02b45cc4
csharp
public interface ISyncCodec<T>

How one type is put on the wire, for the fields that hold one.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (1)

  • ReadOnlySpan<WireLane> Lanes

    The lanes a value of this type occupies.

Methods (2)

  • void Write(ref BitWriter writer, in T value)

    Writes one.

  • bool Read(ref BitReader reader, out T value)

    Reads one.

Used by (10)

  • BoolCodecVixen.Net.Engine
  • ByteCodecVixen.Net.Engine
  • Int32CodecVixen.Net.Engine
  • RotationCodecVixen.Net.Engine
  • SingleCodecVixen.Net.Engine
  • SyncCodecsVixen.Net.Engine
  • SyncListVixen.Net.Engine
  • SyncVarVixen.Net.Engine
  • UInt32CodecVixen.Net.Engine
  • Vector3CodecVixen.Net.Engine