Version: 2018.3 (switch to 2019.1)
LanguageEnglish
  • C#
Method group is Obsolete

NetworkBehaviour.GetNetworkSendInterval

Obsolete public float GetNetworkSendInterval();

Returns

float The time in seconds between updates.

Description

This virtual function is used to specify the send interval 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.

Did you find this page useful? Please give it a rating: