Interface IReconcileData
Namespace: FishNet.Object.Prediction
Assembly: FishNet.Runtime.dll
Syntax
public interface IReconcileData
Methods
Dispose()
Allows for any cleanup when the data is being discarded.
Declaration
void Dispose()
GetTick()
Local tick when the data was created.
Declaration
uint GetTick()
Returns
Type | Description |
---|---|
System.UInt32 |
SetTick(UInt32)
Sets the local tick when data was created.
Declaration
void SetTick(uint value)
Parameters
Type | Name | Description |
---|---|---|
System.UInt32 | value |