SynchronizableAssembleData Method

Called by the SynchronizableManager after Commit() to collect the data to be synced before sending it.

Definition

Namespace: Alteruna.Multiplayer
Assembly: Alteruna (in Alteruna.dll) Version: 2.0.1+a1176e08a0b4a6bfd8fefeddde6163a16d29e5ab
C#
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.

See Also