C# Class BeardedManStudios.Network.NetworkingStreamRPC

Inheritance: NetworkingStream
Mostra file Open project: drakelinglabs/unityarmada Class Usage Examples

Public Methods

Method Description
NetworkingStreamRPC ( Networking protocolType ) : System

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

Method Details

NetworkingStreamRPC() public method

Basic constructor with a Protocol Type
public NetworkingStreamRPC ( Networking protocolType ) : System
protocolType Networking
return System

NetworkingStreamRPC() public method

Constructor for the NetworkingStream with a passed in stream
public NetworkingStreamRPC ( NetworkingStream stream, bool skipCall = false ) : System
stream NetworkingStream The stream passed in to be used
skipCall bool
return System

SetArguments() public method

Set the arguments for the Networking Stream
public SetArguments ( object arguments ) : void
arguments object Arguments to be set for the Networking Stream
return void

SetName() public method

Set the method name for the Networking Stream
public SetName ( string methodName ) : void
methodName string Method name to be set to
return void

SetupInstantiateId() public method

Check the argument update with the stream and start index
public SetupInstantiateId ( NetworkingStream stream, int start ) : ulong
stream NetworkingStream Stream to be updated
start int Start index
return ulong