VRC SDK
This project aims to completely document the VRChat Unity SDK
Loading...
Searching...
No Matches
VRC.SDKBase.INetworkIDContainer Interface Reference
Inheritance diagram for VRC.SDKBase.INetworkIDContainer:

Public Member Functions

void GetNetworkIDObjects (List< INetworkID > netIds)
 
GameObject FindNetworkIDGameObject (string path)
 
string GetNetworkIDGameObjectPath (GameObject obj)
 

Properties

List< NetworkIDPairNetworkIDCollection [get, set]
 

Detailed Description

Definition at line 4071 of file VRCSDKBase.cs.

Member Function Documentation

◆ FindNetworkIDGameObject()

GameObject VRC.SDKBase.INetworkIDContainer.FindNetworkIDGameObject ( string  path)

◆ GetNetworkIDGameObjectPath()

string VRC.SDKBase.INetworkIDContainer.GetNetworkIDGameObjectPath ( GameObject  obj)

◆ GetNetworkIDObjects()

void VRC.SDKBase.INetworkIDContainer.GetNetworkIDObjects ( List< INetworkID netIds)

Implemented in VRC.SDKBase.VRC_AvatarDescriptor, and VRC.SDKBase.VRC_SceneDescriptor.

Here is the caller graph for this function:

Property Documentation

◆ NetworkIDCollection

List<NetworkIDPair> VRC.SDKBase.INetworkIDContainer.NetworkIDCollection
getset

Implemented in VRC.SDKBase.VRC_AvatarDescriptor, and VRC.SDKBase.VRC_SceneDescriptor.

Definition at line 4073 of file VRCSDKBase.cs.


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