Legacy Documentation: Version 5.4
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

NetworkBehaviour.GetNetworkChannel

public int GetNetworkChannel();

Returns

int The QoS channel for this script.

Description

This virtual function is used to specify the QoS channel to use for SyncVar updates for this script.

Using the NetworkSettings custom attribute causes this function to be implemented for this script, but developers can also implement it themselves.