Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
The visual state of the player for rendering in the game's UI.
Syntax
public enum ChatState
{
NoAudioInput,
Muted,
MutedByPlatform,
Silent,
Talking
}
Constants
| Constant | Description |
|---|---|
| NoAudioInput | The player has no audio input. This could be because they do not have an audio device plugged in or they are having an error with audio. |
| Muted | The player is muted. |
| MutedByPlatform | The player is muted due to platform policies. For example, a player may have privacy settings to not allow communication with other players. |
| Silent | The player is not talking. |
| Talking | The player is talking. |