C# Class BeardedManStudios.Network.SimpleNetworkedMonoBehavior.BRPC

This is the main attribute class that is used to describe RPC methods
Inheritance: System.Attribute
ファイルを表示 Open project: drakelinglabs/unityarmada

Public Properties

Property Type Description
interceptorType System.Type

Public Methods

Method Description
BRPC ( ) : System.Threading.Tasks
BRPC ( Type interceptorType ) : System.Threading.Tasks

Method Details

BRPC() public method

public BRPC ( ) : System.Threading.Tasks
return System.Threading.Tasks

BRPC() public method

public BRPC ( Type interceptorType ) : System.Threading.Tasks
interceptorType System.Type
return System.Threading.Tasks

Property Details

interceptorType public_oe property

public Type,System interceptorType
return System.Type