Interface IRpcCommand
Namespace: Unity.NetCode
Syntax
public interface IRpcCommand : IComponentData
Methods
CompileExecute()
Declaration
PortableFunctionPointer<RpcExecutor.ExecuteDelegate> CompileExecute()
Returns
Type | Description |
---|---|
PortableFunctionPointer<RpcExecutor.ExecuteDelegate> |
Deserialize(ref DataStreamReader)
Declaration
void Deserialize(ref DataStreamReader reader)
Parameters
Type | Name | Description |
---|---|---|
DataStreamReader | reader |
Serialize(ref DataStreamWriter)
Declaration
void Serialize(ref DataStreamWriter writer)
Parameters
Type | Name | Description |
---|---|---|
DataStreamWriter | writer |