Struct SerializedLargeRpcCommand
Syntax
public struct SerializedLargeRpcCommand : IComponentData, IRpcCommandSerializer<SerializedLargeRpcCommand>
Fields
stringValue
Declaration
public FixedString512 stringValue
Field Value
Methods
CompileExecute()
Declaration
public PortableFunctionPointer<RpcExecutor.ExecuteDelegate> CompileExecute()
Returns
Implements
Deserialize(ref DataStreamReader, RpcDeserializerState, ref SerializedLargeRpcCommand)
Declaration
public void Deserialize(ref DataStreamReader reader, in RpcDeserializerState state, ref SerializedLargeRpcCommand data)
Parameters
Implements
Serialize(ref DataStreamWriter, RpcSerializerState, SerializedLargeRpcCommand)
Declaration
public void Serialize(ref DataStreamWriter writer, in RpcSerializerState state, in SerializedLargeRpcCommand data)
Parameters
Implements