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

Classes

class  c__DisplayClass7_0
 
class  c__DisplayClass7_1
 
struct  SetErrorLocation
 

Public Types

enum  SetError : Enum
 

Static Public Member Functions

static string GetNetworkIDGameObjectPath (Transform t)
 
static List< string > GetSerializedTypes (INetworkID NetworkID)
 
static List< string > GetSerializedTypes (GameObject NetworkID)
 
static ValueTuple< IEnumerable< NetworkIDPair >, IEnumerable< NetworkIDPair > > ConfigureNetworkIDs (INetworkIDContainer container, out List< SetErrorLocation > errors, params SetError[] errorsToIgnore)
 

Static Public Attributes

const int MinID = 10
 
const int MaxID = 100000
 

Detailed Description

Definition at line 15787 of file VRCSDKBase.cs.

Member Enumeration Documentation

◆ SetError

Definition at line 15789 of file VRCSDKBase.cs.

Member Function Documentation

◆ ConfigureNetworkIDs()

static ValueTuple< IEnumerable< NetworkIDPair >, IEnumerable< NetworkIDPair > > VRC.SDKBase.Network.NetworkIDAssignment.ConfigureNetworkIDs ( INetworkIDContainer  container,
out List< SetErrorLocation errors,
params SetError[]  errorsToIgnore 
)
static

Definition at line 15892 of file VRCSDKBase.cs.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ GetNetworkIDGameObjectPath()

static string VRC.SDKBase.Network.NetworkIDAssignment.GetNetworkIDGameObjectPath ( Transform  t)
static

Definition at line 15870 of file VRCSDKBase.cs.

Here is the caller graph for this function:

◆ GetSerializedTypes() [1/2]

static List< string > VRC.SDKBase.Network.NetworkIDAssignment.GetSerializedTypes ( GameObject  NetworkID)
static

Definition at line 15887 of file VRCSDKBase.cs.

◆ GetSerializedTypes() [2/2]

static List< string > VRC.SDKBase.Network.NetworkIDAssignment.GetSerializedTypes ( INetworkID  NetworkID)
static

Definition at line 15882 of file VRCSDKBase.cs.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ MaxID

const int VRC.SDKBase.Network.NetworkIDAssignment.MaxID = 100000
static

Definition at line 15868 of file VRCSDKBase.cs.

◆ MinID

const int VRC.SDKBase.Network.NetworkIDAssignment.MinID = 10
static

Definition at line 15866 of file VRCSDKBase.cs.


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