Delegate UserNetworkVariableSerialization<T>.ReadValueDelegate
The read value delegate handler definition
Namespace: Unity.Netcode
Assembly: Unity.Netcode.Runtime.dll
Syntax
public delegate void UserNetworkVariableSerialization<T>.ReadValueDelegate(FastBufferReader reader, out T value)
Parameters
Type | Name | Description |
---|---|---|
FastBufferReader | reader | The FastBufferReader to read the value of type |
T | value | The value of type |