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> LanesThe lanes a value of this type occupies.
Methods (2)
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