Manager class which handles Voice-over-network functionality while player is connected to a server. Подробнее...
Закрытые статические члены | |
| static VONManagerBase | GetInstance () |
| Main way to access VONManager functionality from script. | |
| static void | Init () |
| Initializes VONManager, runs when user first connects to a server. | |
| static void | CleanupInstance () |
| Uninitializes VONManager, runs when user disconnects from server. | |
| static bool | IsVONToggled () |
| Specifies whether VON mode is toggled or not. | |
| static bool | IsVoiceThresholdMinimum () |
| Specifies whether user's voice activation threshold value is equal to the minimum voice activation threshold value. | |
Закрытые статические данные | |
| static ref VONManagerBase | m_VONManager = new VONManagerBase() |
Manager class which handles Voice-over-network functionality while player is connected to a server.
См. определение в файле VONManager.c строка 284