C# 클래스 BeardedManStudios.Network.NetworkingStreamRPC

상속: NetworkingStream
파일 보기 프로젝트 열기: drakelinglabs/unityarmada 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

NetworkingStreamRPC() 공개 메소드

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

NetworkingStreamRPC() 공개 메소드

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
리턴 System

SetArguments() 공개 메소드

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

SetName() 공개 메소드

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

SetupInstantiateId() 공개 메소드

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
리턴 ulong