Метод | Описание | |
---|---|---|
NetworkingStreamRPC ( |
Basic constructor with a Protocol Type
|
|
NetworkingStreamRPC ( NetworkingStream stream, bool skipCall = false ) : System |
Constructor for the NetworkingStream with a passed in stream
|
|
SetArguments ( object arguments ) : void |
Set the arguments for the Networking Stream
|
|
SetName ( string methodName ) : void |
Set the method name for the Networking Stream
|
|
SetupInstantiateId ( NetworkingStream stream, int start ) : ulong |
Check the argument update with the stream and start index
|
public NetworkingStreamRPC ( |
||
protocolType | ||
Результат | System |
public NetworkingStreamRPC ( NetworkingStream stream, bool skipCall = false ) : System | ||
stream | NetworkingStream | The stream passed in to be used |
skipCall | bool | |
Результат | System |
public SetArguments ( object arguments ) : void | ||
arguments | object | Arguments to be set for the Networking Stream |
Результат | void |
public SetName ( string methodName ) : void | ||
methodName | string | Method name to be set to |
Результат | void |
public SetupInstantiateId ( NetworkingStream stream, int start ) : ulong | ||
stream | NetworkingStream | Stream to be updated |
start | int | Start index |
Результат | ulong |