VRC SDK
This project aims to completely document the VRChat Unity SDK
Loading...
Searching...
No Matches
VRC.SDKBase.VRC_Serialization.NetworkSurrogateSelector Class Reference
Inheritance diagram for VRC.SDKBase.VRC_Serialization.NetworkSurrogateSelector:
Collaboration diagram for VRC.SDKBase.VRC_Serialization.NetworkSurrogateSelector:

Classes

class  c__DisplayClass4_0
 

Public Member Functions

void ChainSelector (ISurrogateSelector selector)
 
ISurrogateSelector GetNextSelector ()
 
ISerializationSurrogate GetSurrogate (Type type, StreamingContext context, out ISurrogateSelector selector)
 

Static Private Member Functions

static bool IsAllowedType (Type type)
 

Detailed Description

Definition at line 10919 of file VRCSDKBase.cs.

Member Function Documentation

◆ ChainSelector()

void VRC.SDKBase.VRC_Serialization.NetworkSurrogateSelector.ChainSelector ( ISurrogateSelector  selector)

Definition at line 10939 of file VRCSDKBase.cs.

◆ GetNextSelector()

ISurrogateSelector VRC.SDKBase.VRC_Serialization.NetworkSurrogateSelector.GetNextSelector ( )

Definition at line 10956 of file VRCSDKBase.cs.

◆ GetSurrogate()

ISerializationSurrogate VRC.SDKBase.VRC_Serialization.NetworkSurrogateSelector.GetSurrogate ( Type  type,
StreamingContext  context,
out ISurrogateSelector  selector 
)

Definition at line 10961 of file VRCSDKBase.cs.

◆ IsAllowedType()

static bool VRC.SDKBase.VRC_Serialization.NetworkSurrogateSelector.IsAllowedType ( Type  type)
staticprivate

Definition at line 11018 of file VRCSDKBase.cs.


The documentation for this class was generated from the following file: