Legacy Documentation: Version 5.6 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

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

GlobalConfig.MinTimerTimeout

public uint MinTimerTimeout;

Description

Defines the minimum timeout in milliseconds recognised by the system. The default value is 1 ms.

This timeout will do nothing if it is smaller than GlobalConfig.ThreadAwakeTimeout, since Unity Multiplayer threads check against timeouts at least this often.