> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PlayFabPlayer.VoiceLevel

> PlayFabPlayer.VoiceLevel 属性的参考文档,这是一个介于 0 和 1 之间的浮点值,用于控制 Unity PlayFab Party 语音聊天中玩家的播放音量。

# VoiceLevel

获取或设置玩家的音量。该值为介于 0 和 1 之间的浮点数。

```csharp theme={null}
public float PlayFabPlayer.VoiceLevel { get; set; }
```

## 属性值

VoiceLevel

[float]()

一个介于零和一之间(含端点)的值。


## Related topics

- [PlayFabPlayer 类](/zh-CN/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabplayer/index.md)
- [PlayFabPlayer.IsLocal](/zh-CN/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabplayer/properties/playfabunityislocal.md)
- [PlayFabPlayer.EntityKey](/zh-CN/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabplayer/properties/playfabunityentitykey.md)
- [bool PlayFabPlayer.IsMuted](/zh-CN/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabplayer/properties/playfabunityismuted.md)
- [PlayFabPlayer.ChatState](/zh-CN/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabplayer/properties/playfabunitychatstate.md)
