SynchronizableDisassembleData Method

Called by the SynchronizableManager after recieving new data to be synced with this Synchronizable.

Definition

Namespace: Alteruna
Assembly: Alteruna.Trinity (in Alteruna.Trinity.dll) Version: 1.3.4
C#
public abstract void DisassembleData(
	Reader reader,
	byte LOD = 100
)

Parameters

reader  Reader
Contains the received data.
LOD  Byte  (Optional)
Describes at which NetLOD the data was sent.

See Also