Struct LagCompensationTestCommand
Syntax
public struct LagCompensationTestCommand : ICommandData, IBufferElementData, ICommandDataSerializer<LagCompensationTestCommand>
Fields
direction
Declaration
Field Value
lastFire
Declaration
Field Value
origin
Declaration
Field Value
Properties
Tick
Declaration
public uint Tick { readonly get; set; }
Property Value
Implements
Methods
Deserialize(ref DataStreamReader, in RpcDeserializerState, ref LagCompensationTestCommand)
Declaration
public void Deserialize(ref DataStreamReader reader, in RpcDeserializerState state, ref LagCompensationTestCommand data)
Parameters
Implements
Deserialize(ref DataStreamReader, in RpcDeserializerState, ref LagCompensationTestCommand, in LagCompensationTestCommand, NetworkCompressionModel)
Declaration
public void Deserialize(ref DataStreamReader reader, in RpcDeserializerState state, ref LagCompensationTestCommand data, in LagCompensationTestCommand baseline, NetworkCompressionModel model)
Parameters
Implements
Serialize(ref DataStreamWriter, in RpcSerializerState, in LagCompensationTestCommand)
Declaration
public void Serialize(ref DataStreamWriter writer, in RpcSerializerState state, in LagCompensationTestCommand data)
Parameters
Implements
Serialize(ref DataStreamWriter, in RpcSerializerState, in LagCompensationTestCommand, in LagCompensationTestCommand, NetworkCompressionModel)
Declaration
public void Serialize(ref DataStreamWriter writer, in RpcSerializerState state, in LagCompensationTestCommand data, in LagCompensationTestCommand baseline, NetworkCompressionModel model)
Parameters
Implements