Struct SimpleRpcCommand
Syntax
public struct SimpleRpcCommand : IComponentData, IRpcCommandSerializer<SimpleRpcCommand>
Methods
CompileExecute()
Declaration
public PortableFunctionPointer<RpcExecutor.ExecuteDelegate> CompileExecute()
Returns
Implements
Deserialize(ref DataStreamReader, ref SimpleRpcCommand)
Declaration
public void Deserialize(ref DataStreamReader reader, ref SimpleRpcCommand data)
Parameters
Implements
Serialize(ref DataStreamWriter, SimpleRpcCommand)
Declaration
public void Serialize(ref DataStreamWriter writer, in SimpleRpcCommand data)
Parameters
Implements