SynchronizableAssembleData Method
Called by the SynchronizableManager after Commit() to collect the data to be synced before sending it.
Namespace: Alteruna.MultiplayerAssembly: Alteruna (in Alteruna.dll) Version: 2.0.2+dcdb8fba58ad1eb99205b1dc6265fd5b3b7cf8ec
public abstract void AssembleData(
Writer writer,
SerializeInfo info
)
Parameters
- writer Writer
- Used to write the data we want to be synchronized.
- info SerializeInfo
- Additional data.