Class SampleCastInfoContextSerialization
Inheritance
object
SampleCastInfoContextSerialization
Assembly: Dew.Core.dll
Syntax
public static class SampleCastInfoContextSerialization
Methods
ReadSampleCastInfoContext(NetworkReader)
Declaration
public static SampleCastInfoContext? ReadSampleCastInfoContext(this NetworkReader reader)
Parameters
| Type |
Name |
Description |
| Mirror.NetworkReader |
reader |
|
Returns
WriteSampleCastInfoContext(NetworkWriter, SampleCastInfoContext?)
Declaration
public static void WriteSampleCastInfoContext(this NetworkWriter writer, SampleCastInfoContext? value)
Parameters