VRC SDK
This project aims to completely document the VRChat Unity SDK
Loading...
Searching...
No Matches
VRC.SDK3.Network.VRCNetworkBehaviour Class Referenceabstract
Inheritance diagram for VRC.SDK3.Network.VRCNetworkBehaviour:

Public Member Functions

abstract void NetworkConfigure ()
 
virtual void Awake ()
 

Properties

static Action< VRCNetworkBehaviourOnNetworkBehaviourAwake
 

Static Private Attributes

static Action< VRCNetworkBehaviourm_OnNetworkBehaviourAwake
 

Detailed Description

Definition at line 5344 of file VRCSDK3.cs.

Member Function Documentation

◆ Awake()

virtual void VRC.SDK3.Network.VRCNetworkBehaviour.Awake ( )
virtual

Definition at line 5383 of file VRCSDK3.cs.

◆ NetworkConfigure()

abstract void VRC.SDK3.Network.VRCNetworkBehaviour.NetworkConfigure ( )
pure virtual

Member Data Documentation

◆ m_OnNetworkBehaviourAwake

Action<VRCNetworkBehaviour> VRC.SDK3.Network.VRCNetworkBehaviour.m_OnNetworkBehaviourAwake
staticprivate

Definition at line 5347 of file VRCSDK3.cs.

Property Documentation

◆ OnNetworkBehaviourAwake

Action<VRCNetworkBehaviour> VRC.SDK3.Network.VRCNetworkBehaviour.OnNetworkBehaviourAwake
staticaddremove

Definition at line 5349 of file VRCSDK3.cs.


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