C# 클래스 BeardedManStudios.Network.SimpleNetworkedMonoBehavior.BRPC

This is the main attribute class that is used to describe RPC methods
상속: System.Attribute
파일 보기 프로젝트 열기: drakelinglabs/unityarmada

공개 프로퍼티들

프로퍼티 타입 설명
interceptorType System.Type

공개 메소드들

메소드 설명
BRPC ( ) : System.Threading.Tasks
BRPC ( Type interceptorType ) : System.Threading.Tasks

메소드 상세

BRPC() 공개 메소드

public BRPC ( ) : System.Threading.Tasks
리턴 System.Threading.Tasks

BRPC() 공개 메소드

public BRPC ( Type interceptorType ) : System.Threading.Tasks
interceptorType System.Type
리턴 System.Threading.Tasks

프로퍼티 상세

interceptorType 공개적으로 프로퍼티

public Type,System interceptorType
리턴 System.Type